PackageStatus.Servicing 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 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.