Enable or disable ABL object tracking query
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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:
|
Note: In this example, the token AGENT_ID must be replaced with the application's agent ID or PID.
Replace the token SWITCH with
Result:
true to enable
ABL object tracking, or false to disable it.Returns a message that the update was received:
|
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.