APUStopQuery() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Requests the specified instance to stop running its query. The application remains running, but it does not process any queries. A call to APUStartQuery() can cause the instance to start querying.
Category
View
Syntax
[Result=] APUStopQuery(iInstance);
Arguments
iInstance
The instance of Alarm Printer (0 to 15).
Remarks
Returns an integer error code.
Example
Status = APUStopQuery(5);
See Also
APUStartInstance(), APUStartQuery(), APUStopInstance()