Platform SDK: Agent

IAgentNotifySink::Idle

HRESULT Idle(
   long dwCharID,  // character ID
   long bStart     // start flag
);                          

Notifies a client application when a character's Idling state has changed.

dwCharID
Identifier of the request that started.
bStart
Start flag. This Boolean value is True when the character begins idling and False when it stops idling.

This event enables you to track when the Microsoft Agent server starts or stops idle processing for a character.

See Also

IAgentCharacter::GetIdleOn, IAgentCharacter::SetIdleOn