SIFWorks ADK 2.0
IsSleeping Method (flags)
NamespacesEdustructures.SifWorksIZoneIsSleeping(AdkQueueLocation)

[This is preliminary documentation and is subject to change.]

Determines if the agent's queue for this zone is in sleep mode.
Declaration Syntax
C#Visual BasicVisual C++
bool IsSleeping(
	AdkQueueLocation flags
)
Function IsSleeping ( _
	flags As AdkQueueLocation _
) As Boolean
bool IsSleeping (
	AdkQueueLocation flags
)
Parameters
flags (AdkQueueLocation)
When AdkFlags.LOCAL_QUEUE is specified, returns true if the Agent Local Queue is currently in sleep mode. False is returned if the Agent Local Queue is disabled. When AdkFlags.SERVER_QUEUE is specified, queries the sleep mode of the Zone Integration Server by sending a SIF_Ping message.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10