APUStopInstance() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Stops a specified instance of the Alarm Printer. Any further addition of records to be printed stops, any currently executing print query stops, and the instance of the program closes.
Category
View
Syntax
[Result=] APUStopInstance(iInstance);
Arguments
iInstance
The instance of Alarm Printer (0 to 15).
Remarks
Returns an integer error code.
Example
Status = APUStopInstance(5);
See Also
APUStartInstance(), APUStartQuery(), APUStopQuery()