JobOutcome 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.
public enum JobOutcome
type JobOutcome =
Public Enum JobOutcome
- Inheritance
-
JobOutcome
Fields
Name | Value | Description |
---|---|---|
Failed | 0 | Execution failed. |
Succeeded | 1 | Execution succeeded. |
Cancelled | 3 | Execution canceled by user action. |
InProgress | 4 | Job or job step is executing. |
Unknown | 5 | Unable to determine execution state. |