APUGetQueryProcessingState() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Returns the status of the alarm query processing.
Category
View
Syntax
[Result=] APUGetQueryProcessingState(iInstance, iTagState);
Arguments
iInstance
The instance of Alarm Printer (0 to 15).
iTagState
An integer tag that receives the processing state from the function. It has following meaning:
0 = Stop
1 = Start
Remarks
This function returns an integer value to the iTagState parameter, which is an integer tag.
Returns an integer error code.
Example
ProcState is an integer tag that is set to 0 if the query is not running, or 1 if the query is running.
Status = APUGetQueryProcessingState(Inst, ProcState);
See Also
APUGetAlarmGroupText(), APUGetConfigurationFilePath(), APUGetPrinterJobCount(), APUGetQueryAlarmState(), APUGetQueryFromPriority(), APUGetQueryToPriority()