PackageStatus.DeploymentInProgress Property
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.
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.