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 | |
---|---|---|
![]() |
JobDefinition | Gets the job definition of the running job. |
![]() |
JobDefinitionId | Gets the ID of the job definition for the running job. |
![]() |
JobDefinitionTitle | Gets the title of the job definition for the running job. |
![]() |
Parent | Gets the parent of the running job. |
![]() |
PercentageDone | Gets a Int32 object that represents the percentage of the job that has completed. |
![]() |
ServerName | Gets name of the server on which the job is running. |
![]() |
ServiceId | Gets the service ID of the running job. |
![]() |
StartTime | Gets the start time of the running job. |
![]() |
Status | Gets the status of the running job. |
![]() |
TargetInstanceId | |
![]() |
WebApplicationId | Gets the web application ID of the running job. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top