Check ABL object tracking status

When to use:

To check the status of ABL object tracking. To change the status, see Enable or disable ABL object tracking query.

Query:
# Tokens: AGENT_ID
# Check the status of ABL object tracking
{"O":"PASOE:type=OEManager,name=AgentManager","M":["trackingABLObjects","AGENT_ID"]}
Note: In this example, the token AGENT_ID must be replaced with the application's agent ID or PID.
Result:

Returns the status of ABL object tracking.

If ABL object tracking is enabled:

{"trackingABLObjects":true}

If ABL object tracking is disabled:

{"trackingABLObjects":false}