ManagementPackDeploymentStatus Enum

Definition

Defines the management pack deployment status.

public enum class ManagementPackDeploymentStatus
public enum ManagementPackDeploymentStatus
type ManagementPackDeploymentStatus = 
Public Enum ManagementPackDeploymentStatus
Inheritance
ManagementPackDeploymentStatus

Fields

Completed 6

Specifies the completed state.

Failed 2

Specifies the failed state.

None 0

Specifies no deployment status.

NotStarted 3

Specifies the not started state.

Running 4

Specifies the running state.

Stopped 5

Specifies the stopped state.

Success 1

Specifies the success state.

Waiting 7

Specifies the waiting state.

Applies to