Click or drag to resize
AgentLogoffActionSoft Property
Get/Set whether to hangup existing calls or not.
Default is to hangup existing calls on logoff.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Soft { get; set; }

Return Value

Type: Boolean
true if existing calls should not be hung up, false otherwise.
null if default should be used.
See Also