PackageStatus.DeploymentInProgress Property

Definition

Indicates whether the package is being serviced.

public:
 property bool DeploymentInProgress { bool get(); };
bool DeploymentInProgress();
public bool DeploymentInProgress { get; }
var boolean = packageStatus.deploymentInProgress;
Public ReadOnly Property DeploymentInProgress As Boolean

Property Value

Boolean

bool

TRUE indicates that the package is being serviced and consequently cannot be used; otherwise FALSE.

Remarks

A package that is in the process of being updated is an example of a package being serviced.

Applies to