Click or drag to resize

BusyIndicator Class

Represent busy indicator feature. An attendent can track busy or the idle status of a destination extension. This object is provided with notification whenever the status changes.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesBusyIndicator

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class BusyIndicator

The BusyIndicator type exposes the following members.

Properties
  NameDescription
Public propertyButtonLocation
Index of the busy indicator button.
Public propertyDestinationExtension
Returns the destination extension.
Public propertyDestinationLabel
Returns the label text for the destination extension as assigned by the user or the administrator on the server. Returns the empty string if not assigned.
Public propertyDestinationShortForm
Returns the short form of destination extension.
Public propertyIsBusy
Indicates whether the extension is busy or idle.
Top
See Also