DispatcherQueueTimer.IsRunning 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.
Indicates whether the timer is currently running.
public:
property bool IsRunning { bool get(); };
bool IsRunning();
public bool IsRunning { get; }
var boolean = dispatcherQueueTimer.isRunning;
Public ReadOnly Property IsRunning As Boolean
Property Value
Boolean
bool
True indicates that the timer is running; otherwise false