| Platform SDK: TAPI | 
The AGENT_EVENT enum describes agent events. The ITAgentEvent::get_Event method returns a member of this enum to indicate the type of agent event that occurred.
typedef enum AGENT_EVENT
{
  AE_NOT_READY,
  AE_READY,
  AE_BUSY_ACD,
  AE_BUSY_INCOMING,
  AE_BUSY_OUTGOING,
  AE_UNKNOWN,
} AGENT_EVENT;
  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.