DeploymentStatus Enum

Definition

Specifies the status of the package on the node.

public enum DeploymentStatus
type DeploymentStatus = 
Public Enum DeploymentStatus
Inheritance
DeploymentStatus

Fields

Activating 2

The package is being activated.

Active 3

The package is active.

Deactivating 5

The package is being deactivated.

Downloading 1

The package is being downloaded to the node from the ImageStore.

Failed 7

The package has failed.

Invalid 0

The status of the package is not known or invalid.

RanToCompletion 6

The package has ran to completion.

Upgrading 4

The package is being upgraded.

Applies to