Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

MetaDataQuery.StopQuery

Stops the receiver’s current query from gathering any further results.

Component Version macOS Windows Linux Server iOS SDK
MetaDataQuery 8.0 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "MetaDataQuery.StopQuery"; Query )   More

Parameters

Parameter Description Example
Query The reference number of the query. $query

Result

Returns OK or error.

Description

Stops the receiver’s current query from gathering any further results.
The receiver first completes gathering any unprocessed results.
You call this function to stop a query that is generating too many results to be useful but you still want to access the available results. If the receiver is sent a startQuery message after performing this method, the existing results are discarded.

See also

Example Databases

Blog Entries

Created 16th December 2017, last changed 16th December 2017


MetaDataQuery.StartQuery - Modbus.CalculateRTUMessageCRC

Feedback: Report problem or ask question.