JobState 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 JobState
type JobState =
Public Enum JobState
- Inheritance
-
JobState
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
ReadyForProcessing | 1 | |
SendIncomplete | 2 | |
Processing | 3 | |
Success | 4 | |
Failed | 5 | |
FailedNotBlocking | 6 | |
ProcessingDeferred | 7 | |
CorrelationBlocked | 8 | |
Canceled | 9 | |
OnHold | 10 | |
Sleeping | 11 | |
ReadyForLaunch | 12 | |
LastState | 13 |