ResumeAsyncTimerCallbacks
int ResumeAsyncTimerCallbacks (void);
Purpose
This function cancels the effect of a call to SuspendAsyncTimerCallbacks.
![]() |
Note ResumeAsyncTimerCallbacks does not change the value of the ASYNC_ATTR_ENABLED attribute for individual timers. If you created a timer with an initialState of 0 or set ASYNC_ATTR_ENABLED to 0 for a timer, you cannot enable that timer by calling ResumeAsyncTimerCallbacks. Instead, you must set the ASYNC_ATTR_ENABLED attribute to 1 to enable the timer. |
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