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 (24.3.0.1000)
Syntax
public class JobRun

The JobRun type exposes the following members.

Properties
  NameDescription
Public propertyDuration
Gets the duration of the job run.
Public propertyEndTime
Gets the time at which the job run ended.
Public propertyId
Gets the ID of the job run.
Public propertyJobId
Gets the ID of the Job corresponding to the run.
Public propertyResult
Gets the result of the job run.
Public propertyRunAsId
Gets the ID of the account under whose credentials the job executes.
Public propertyRunById
Gets the ID of the account which started the run.
Public propertyServerName
Gets the name of the server on which the job run executed.
Public propertyStartTime
Gets the time at which the job run started.
Top
See Also