Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ACDQUEUE_EVENT enum describes ACD queue events. The ITQueueEvent::get_Event method returns a member of this enum to indicate the type of ACD queue event that occurred.
Syntax
typedef enum ACDQUEUE_EVENT {
ACDQE_NEW_QUEUE = 0,
ACDQE_QUEUE_REMOVED
} ;
Constants
ACDQE_NEW_QUEUEValue: 0 A new ACD queue has been added. |
ACDQE_QUEUE_REMOVEDAn ACD queue has been removed. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3.h (include Tapi3.h) |