![]() | The Timer component offers a capability for repeating certain executable code at specific intervals. |
One of the properties of this type of component indicates the time interval in seconds. Once this time interval is reached the Timer event is triggered, and M[UMPS] code can be executed.
The events that are recognized for components of the type Timer are: Create, Destroy and timer.
This component is not yet implemented in MSM-Workstation.
There is no default property for a timer.
The property list for a timer is:
Property Name (MSM-Workstation) | Property Name (MWAPI) | Default Value | Value Range |
---|---|---|---|
Active | ACTIVE | Boolean value | |
Container | Free text | ||
Interval | INTERVAL | Positive numeric value | |
Name | Name of component (current window) | ||
PosLeft | POS | Positive numeric value | |
PosTop | POS | Positive numeric value | |
PosUnits | POS | Unit Specification | |
Type | TYPE | Timer | Type of component |
Go back to the alphabetic list of components.