Click or drag to resize
AgentLogoutOverrideType Enumeration
Represents a policy indicating whether the agent will be forced to log out at a certain time or the agent is overriding the forced logout.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public enum AgentLogoutOverrideType
Members
  Member nameValueDescription
None0 Agent is not configured for forced logout.
TimedLogout1 Agent is configured to logout after certain period of time.
See Also