ACDQUEUE_EVENT enumeration (tapi3.h)

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_QUEUE
Value: 0
A new ACD queue has been added.
ACDQE_QUEUE_REMOVED
An ACD queue has been removed.

Requirements

Requirement Value
Header tapi3.h (include Tapi3.h)

See also

ITCallNotificationEvent

ITCallNotificationEvent::get_Event

ITQueueEvent::get_Event