Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that specify the status of a solution deployment job.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration SPRunningJobStatus
'Usage
Dim instance As SPRunningJobStatus
public enum SPRunningJobStatus
Members
Member name | Description | |
---|---|---|
Scheduled | The deployment job has been scheduled to run. | |
Initialized | The job is still running. | |
Succeeded | The job has completed successfully. | |
Failed | The job has failed on at least one server. | |
Retry | Specifies that on failure the job will attempt to restart. | |
Aborted | The deployment job was discontinued. Consult deployment logs for more information. | |
Pausing | Indicates that the job is pausable. | |
Paused | Indicates that the job has been paused. |