Click or drag to resize
AgentServiceIsAgentWorkModeAllowed Method
Returns an indication as to whether the agent work mode indicated by eAgentWorkMode is allowed for use.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public bool IsAgentWorkModeAllowed(
	AgentWorkMode eAgentWorkMode
)

Parameters

eAgentWorkMode
Type: Avaya.ClientServicesAgentWorkMode
Type of agent work mode for which to query the status.

Return Value

Type: Boolean
A boolean value indication whether the agent work mode is allowed for use.
See Also