SuspendAsyncTimerCallbacks
int SuspendAsyncTimerCallbacks (void);
Purpose
This function stops all timer callbacks until you call ResumeAsyncTimerCallbacks.
![]() |
Note SuspendAsyncTimerCallbacks does not change the value of the ASYNC_ATTR_ENABLED attribute for individual timers. If you want to disable an individual timer rather than suspend all timers, set the ASYNC_ATTR_ENABLED attribute to 0. |
Parameters
None.
Return Value
Name | Type | Description | ||||||||||||||||||||||
status | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|
Additional Information
Library: Asynchronous Timers
Include file: toolbox\asynctmr.h
LabWindows/CVI compatibility: LabWindows/CVI 5.0 and later