JobHistoryStatus 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.
The status of this execution attempt, completed or failed.
public enum JobHistoryStatus
type JobHistoryStatus =
Public Enum JobHistoryStatus
- Inheritance
-
JobHistoryStatus
Fields
Name | Value | Description |
---|---|---|
Completed | 0 | A completed execution attempt. |
Failed | 1 | A failed execution attempt. |
Postponed | 2 | Execution has been postponed. |