The EventQueryDef() class defines the static constants shown in Table 96.
Table 96. Static constants in the EventQueryDef() class
Constant | Meaning |
---|---|
STATUS_ANY_UNRESOLVED | Events with any unresolved status. |
STATUS_FAILED | Events with failed status. |
STATUS_DEFERRED_RECOVERY | Events with deferred recovery status. |
STATUS_SERVICECALL_IN_TRANSIT | Events with service calls in process. |
STATUS_DELIVER_POSSIBLE_DUPLICATE | Events that could be duplicates. |
STATUS_SERVICECALL_WAITING | Events waiting for a service call to complete. |
STATUS_USER_GENERATED | Events saved with the saveFailedEvent() method. |
Instantiates an array of class EventQueryDef.
Syntax
EventQueryDef()
Parameters
None.
Examples
myQueryOptions new EventQueryDef();
Return values
An array with structure:
See also