IdleStateChangedEventArgs.IsIdle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the application is currently idle.
public:
property bool IsIdle { bool get(); };
public:
property bool IsIdle { bool get(); };
public bool IsIdle { get; }
member this.IsIdle : bool
Public ReadOnly Property IsIdle As Boolean
Property Value
True if the setting store state is idle, otherwise false.