Object STATUSEVENTS
- Last UpdatedMar 10, 2023
- 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. |
|
Initialise(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. |