Share via


DispatcherQueueTimer.IsRunning Property

Definition

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

Applies to