Discuss this help topic in SecureBlackbox Forum
Returns true if idle mode is active.
Declaration
[VB.NET]
Property IdleActive As Boolean
[Pascal]
property IdleActive : Boolean;
[C++]
bool get_IdleActive();
[PHP]
bool get_IdleActive()
[Java]
boolean getIdleActive();
Description
Use this property to check if idle mode is active or not.
Discuss this help topic in SecureBlackbox Forum