CclQueryInfo status messages contain runtime information about a given CCL Query.
ObjectID:The ObjectID is the full path to the given Query in the form:
<WorkspaceName>/<FullCclPath>/<StatementNumber>
Where <FullCclPath> and <StatementNumber> are assigned to the query by the compiler.
Name of MessageGroup: CclQueryInfo
| MessageName | Value Type | Message Availability and Frequency | Description | 
| InputMessages | Long | Everywhere, updated approximately every 1 second. | How many messages the query received (sum of input messages count for all query's "input" ccx primitives). | 
| RpcFailedMessages | Long | Everywhere, updated approximately every 1 second. | The total number of failed RPC calls for the given CCL query. | 
| RpcSentMessages | Long | Everywhere, updated approximately every 1 second. | The total number of successful RPC calls for the given CCL query. | 
| OutputMessages | Long | Everywhere, updated approximately every 1 second. | How many messages the query sent (sum of output messages count for all query's "output" ccx primitives). |