ExecutionState Enum
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.
Script execution status.
public enum ExecutionState
type ExecutionState =
Public Enum ExecutionState
- Inheritance
-
ExecutionState
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown. |
| Pending | 1 | Pending. |
| Running | 2 | Running. |
| Failed | 3 | Failed. |
| Succeeded | 4 | Succeeded. |
| TimedOut | 5 | TimedOut. |
| Canceled | 6 | Canceled. |