Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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) |