Stopwatch.IsRunning Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si le minuteur Stopwatch est en cours d’exécution.
public:
property bool IsRunning { bool get(); };
public bool IsRunning { get; }
member this.IsRunning : bool
Public ReadOnly Property IsRunning As Boolean
Valeur de propriété
true
si l’instance de Stopwatch est en cours d’exécution et si elle mesure le temps écoulé pour un intervalle ; sinon, false
.
Remarques
Une Stopwatch instance commence à s’exécuter avec un appel à Start ou StartNew. Le instance cesse de s’exécuter avec un appel à Stop ou Reset.