Partager via


DispatcherQueueTimer.IsRunning Propriété

Définition

Indique si le minuteur est en cours d’exécution.

public:
 property bool IsRunning { bool get(); };
bool IsRunning();
public bool IsRunning { get; }
var boolean = dispatcherQueueTimer.isRunning;
Public ReadOnly Property IsRunning As Boolean

Valeur de propriété

Boolean

bool

True si le minuteur est en cours d’exécution. Dans le cas contraire, la valeur est false.

S’applique à