Enable ABL object tracking

When to use:

To enable or disable the tracking of ABL objects. ABL objects are tracked to identify potential memory leaks. To generate a report of these objects, see Get a report of tracked ABL objects query. When object tracking is not required, disable. Disabled by default.

Query:
# Tokens: AGENT_ID, SWITCH
# Enable or disable ABL object tracking
{"O":"PASOE:type=OEManager,name=AgentManager","M":["trackABLObjects","AGENT_ID",SWITCH]}
Note: In this example, the token AGENT_ID must be replaced with the application's agent ID or PID. Replace the token SWITCH with true to enable ABL object tracking, or false to disable it.
Result:

Returns a message that the update was received:

{"trackABLObjects":true}
Note: The {"trackABLObjects":true} message does not indicate the status of the ABL object tracking. To check if the tracking ABL object status is true or false, see Check ABL object tracking status query.