ATTR_ENABLED
| Type: | Control attribute |
| Description: | Specifies whether the timer callback for a control is called. Setting ATTR_ENABLED to FALSE and then back to TRUE does not disturb the ongoing interval schedule. If one or more callbacks are missed while ATTR_ENABLED is FALSE, they are lost. 0 = Disable timer 1 = Enable timer |
| Control Types: | Timers. |
| Data Type: | integer |
| Default Value: | 1 |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 4.0 and later |
Values
| 0 | False |
| 1 | True |