Object STATUSEVENTS
- Last UpdatedJul 04, 2024
- 1 minute read
Holds information relating to status events. Methods include:
|
Method |
Description |
|
statusEvents( STRING name of status definition ) |
Constructor that initializes for the status definition. |
|
initialize( STRING name of status definition ) |
Initializes for the status definition. |
|
addEventHandler( STRING event name, ANY object name, STRING method name) |
Adds an event for the stored status definition that will call the method on the object. |