ASYNC_ATTR_ENABLED
- Updated2023-02-21
- 1 minute(s) read
| Data Type: | integer |
| Access: | read/write |
| Functions: | SetAsyncTimerAttribute GetAsyncTimerAttribute |
| Description: | Specifies whether the asynchronous timer generates events. To enable the timer and generate events, set ASYNC_ATTR_ENABLED to 1. To disable the timer, set ASYNC_ATTR_ENABLED to 0. Setting ASYNC_ATTR_ENABLED to 0 and then back to 1 does not disturb the ongoing interval schedule. The value of the initialState parameter of the NewAsyncTimer and NewAsyncTimerWithPriority functions sets the value of ASYNC_ATTR_ENABLED. The ResumeAsyncTimerCallbacks or SuspendAsyncTimerCallbacks functions do not affect the value of ASYNC_ATTR_ENABLED. |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 5.0 and later |