PjCacheJobState 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 class PjCacheJobState
[System.Runtime.InteropServices.Guid("218475CF-A0E3-4B28-B3A0-9D003446E108")]
public enum PjCacheJobState
type PjCacheJobState =
Public Enum PjCacheJobState
- Inheritance
-
PjCacheJobState
- Attributes
Fields
Name | Value | Description |
---|---|---|
pjCacheJobStateInvalid | -1 | |
pjCacheJobStateUnknown | 0 | |
pjCacheJobStateReadyForProcessing | 1 | |
pjCacheJobStateSendIncomplete | 2 | |
pjCacheJobStateProcessing | 3 | |
pjCacheJobStateSuccess | 4 | |
pjCacheJobStateFailed | 5 | |
pjCacheJobStateFailedNotBlocking | 6 | |
pjCacheJobStateSkipped | 7 | |
pjCacheJobStateCorrelationBlocked | 8 | |
pjCacheJobStateCancelled | 9 | |
pjCacheJobStateOnHold | 10 | |
pjCacheJobStateSleeping | 11 | |
pjCacheJobStateReadyForLaunch | 12 | |
pjCacheJobStateLastState | 13 |