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
MBS(
"MetaDataQuery.StopQuery"; /* Stops the receiver’s current query from gathering any further results. */
$Query) /* The reference number of the query. */
Less
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
This function checks for a license.
Created 16th December 2017, last changed 16th December 2017
MetaDataQuery.StartQuery
-
Modbus.CalculateRTUMessageCRC