int SuspendAsyncTimerCallbacks ();
This function stops all timer callbacks until a call is made to ResumeAsyncTimerCallbacks.
![]() |
Note This function does not alter the ongoing schedule of timer intervals. It merely inhibits the calling of callback functions. |
None.
Name | Type | Description | |||||||||||||||||
status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|