SPRunningJobStatus enumeration

Contains values that specify the status of a solution deployment job.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

Microsoft.SharePoint.Administration namespace