Expand description
Functions for limiting execution time.
This module contains a global variable, SUIRON_STOP_QUERY, and therefore has ‘unsafe’ code.
Functions§
- cancel_
timer - Cancels query timer. Ignores any issues.
- query_
stopped - Returns value of SUIRON_STOP_QUERY.
- start_
query - Sets the SUIRON_STOP_QUERY flag to false and LOGIC_VAR_ID to 0.
- start_
query_ timer - Create a timer with a timeout in milliseconds.
- stop_
query - Sets the SUIRON_STOP_QUERY flag to true.