SolutionDeploymentStatus Enumeration
An enumeration whose values indicate the status of the installation or uninstallation of the current data-only SharePoint solution.
Namespace: Microsoft.Office.BusinessApplications.Runtime.Deployment
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Public Enumeration SolutionDeploymentStatus
'Usage
Dim instance As SolutionDeploymentStatus
public enum SolutionDeploymentStatus
Members
Member name | Description | |
---|---|---|
None | The solution is not being installed or uninstalled currently. | |
InstallationStarted | The installation if the solution is in progress. | |
PendingActivation | The installation of the solution is in progress and the solution is pending activation. | |
PendingDeactivation | The uninstallation of the solution is in progress and the solution is pending deactivation. | |
InError | An error occurred during installation. |
See Also
Reference
Microsoft.Office.BusinessApplications.Runtime.Deployment Namespace