Share via


PackageStatus.Servicing Property

Definition

Indicates whether the package is being serviced.

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

Property Value

Boolean

bool

TRUE indicates that the package is being serviced; otherwise FALSE.

Remarks

This property reflects whether any of the reasons that a package may be serviced are currently true such as DeploymentInProgress.

Applies to