Click or drag to resize
ReasonCodeMode Enumeration
Represents the policies used to describe the use of reason codes for various agent operations.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public enum ReasonCodeMode
Members
  Member nameValueDescription
None0 A reason code is not required for the agent operation.
Optional1 A reason code is desired but not required. If a reason code is not supplied, a default value will be used to complete the agent operation.
Forced2 A reason code is required for the agent operation.
See Also