Indicates whether the agent is currently on break.
Namespace: ININ.IceLib.DialerRemarks
This property will not be updated when the agent's break status changes, so it should only be relied upon immediately after a login
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public bool OnBreak { get; private set; } |
Visual Basic |
---|
Public Property OnBreak As Boolean Get Private Set |