JobRunData Properties

The JobRunData 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 propertyRunAs
Gets or sets the MemberInfoData object corresponding to the RunAs ID.
Public propertyRunBy
Gets or sets the MemberInfoData object corresponding to the RunBy ID.
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.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also