Skip to main content

%SYSTEM.Context.WorkMgr

Context for %SYSTEM.WorkMgr process specific data

Property Inventory

Properties

property DiskReadMilliseconds as %Double;
Used to keep track of the disk read latency from worker jobs, updated when the master process gets a work unit complete notification. You can disable collection of this information by setting the global ^%SYS("Compiler","EnableDiskReadTiming")=0.
property GlobalReferences as %Integer;
Used to keep track of the global references from worker jobs, updated when the master process gets a work unit complete notification
property IPQ as %CacheString;
Oref of IPQ to talk back to master process
property LinesExecuted as %Integer;
Used to keep track of the lines executed from worker jobs, updated when the master process gets a work unit complete notification
property MasterGroup as %CacheString;
Group number of the master group for this tree
property Output as %CacheString [ MultiDimensional ];
Used to store output data before we write it to the master
property WorkData as %CacheString;
Information about this specific work item we are processing so flush code can find this

Inherited Members

Inherited Methods

FeedbackOpens in a new tab