JobRun Class

Represents a specific run of a Job.
Inheritance Hierarchy
SystemObject
  Dundas.BI.SchedulingJobRun

Namespace: Dundas.BI.Scheduling
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class JobRun

The JobRun type exposes the following members.

Properties
 NameDescription
Public propertyDurationGets the duration of the job run.
Public propertyEndTimeGets the time at which the job run ended.
Public propertyIdGets the ID of the job run.
Public propertyJobIdGets the ID of the Job corresponding to the run.
Public propertyResultGets the result of the job run.
Public propertyRunAsIdGets the ID of the account under whose credentials the job executes.
Public propertyRunByIdGets the ID of the account which started the run.
Public propertyServerNameGets the name of the server on which the job run executed.
Public propertyStartTimeGets the time at which the job run started.
Top
See Also