Indicates whether the agent is currently on break.

Remarks

This property will not be updated when the agent's break status changes, so it should only be relied upon immediately after a login

Namespace: ININ.IceLib.Dialer
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

See Also