Description. This type describes the event operation's state.
Enumeration values. Possible values are shown, along with descriptions, in the following table:
| Value | Description |
|---|---|
EO_CREATED |
The event operation has been created, but execute()
has not yet been called. |
EO_EXECUTING |
The execute() method has been invoked for this event
operation. |
EO_DROPPED |
The event operation is waiting to be deleted, and is no longer usable. |
EO_ERROR |
An error has occurred, and the event operation is unusable. |
A State value is returned by the
getState()
method.
