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_ENABLE is FALSE, they are lost. 0 = Disable timer 1 = Enable timer |
Control Types: | Timers. |
Data Type: | integer |
Default Value: | 1 |
Values
0 | False |
1 | True |