Description. This type describes the event operation's state.
Enumeration values.
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. See
Section 2.3.11.2.1, “NdbEventOperation::getState()
”, for more
information.