RunState – výčet
Tento výčet představuje státy platné pro spustit test.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public Enumeration RunState
public enum RunState
public enum class RunState
type RunState
public enum RunState
Členy
Název členu | Popis | |
---|---|---|
Uninitialized | Spustit test není inicializována. | |
Queuing | Spustit test byl odeslán zkušební řadič. | |
Deploying | Spustit test je kopírování souborů z klienta. | |
Deployed | Spustit test dokončil kopírování souborů z klienta. | |
Queued | Spustit test je ve frontě a čekání na test agenti přiřadit. | |
Starting | Spustit test je odesílán činitelům test. | |
Started | Test byl spuštěn. | |
Running | Spustit test běží. | |
Pausing | Spustit test připravuje pozastavit. | |
Paused | Spustit test je pozastaveno. | |
Resuming | Spustit test připravuje pokračování systémem po byl pozastaven. | |
Timeout | Spustit test vypršel. | |
Stopping | Požadavek na zastavení obdržel od klienta. | |
Stopped | Spustit test byl zastaven. | |
Aborting | Řadič test požadoval přerušení zkoušky. | |
Aborted | Spustit test byla přerušena. | |
Completing | Spustit test je ve fázi 1 dokončení. | |
CompletingCleanup | Spustit test je ve fázi 2 dokončení. | |
Completed | Spustit test byl dokončen. | |
Disposed | Spustit test byl vyřazen. |