SPRunningJob members

A running job object is created for every instance of the job that is executing, at the rate of one per server.

The SPRunningJob type exposes the following members.

Properties

  Name Description
Public property JobDefinition Gets the job definition of the running job.
Public property JobDefinitionId Gets the ID of the job definition for the running job.
Public property JobDefinitionTitle Gets the title of the job definition for the running job.
Public property Parent Gets the parent of the running job.
Public property PercentageDone Gets a Int32 object that represents the percentage of the job that has completed.
Public property ServerName Gets name of the server on which the job is running.
Public property ServiceId Gets the service ID of the running job.
Public property StartTime Gets the start time of the running job.
Public property Status Gets the status of the running job.
Public property TargetInstanceId
Public property WebApplicationId Gets the web application ID of the running job.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPRunningJob class

Microsoft.SharePoint.Administration namespace