APUGetQueryFromPriority() Function
- Last UpdatedMar 03, 2021
- 1 minute read
Gets the From Priority value for a query.
Category
View
Syntax
[Result=] APUGetQueryFromPriority(iInstance, iTagPriority);
Arguments
iInstance
The instance of Alarm Printer (0 to 15).
iTagPriority
An integer tag that receives the From Priority value.
Remarks
The initial priority is read from the .alc file that the Alarm Printer with the specified instance is using. The From Priority value is passed to the iTagPriority parameter into an InTouch integer tag.
Returns an integer error code.
Example
In this example, FromPri is an integer tag that contains the From Priority value, such as 1.
Status = APUGetQueryFromPriority(Inst, FromPri);
See Also
APUGetAlarmGroupText(), APUGetConfigurationFilePath(), APUGetPrinterJobCount(), APUGetQueryAlarmState(), APUGetQueryProcessingState(), APUGetQueryToPriority()