JobCollectionState Enum

Definition

State of the Job Collection resource.

public enum JobCollectionState
type JobCollectionState = 
Public Enum JobCollectionState
Inheritance
JobCollectionState

Fields

NotFound 1

The resource provider did not respond with information for the resource.

Paused 4

The resource was temporarily put on hold primarily due to a monetary event.

Started 2

Resource is running fine.

Stopped 3

Resource was stopped due to an issue.

Unknown 0

Service Manager knows about the resource but the state is still Unknown which might either be a result of failed communication with the RP or just that the Service Manager hasn't got around to process the resource.

Applies to