JobRunData Class | 
Namespace: Dundas.BI.WebApi.Models
The JobRunData type exposes the following members.
| Name | Description | |
|---|---|---|
| JobRunData | 
            Initializes a new instance of the JobRunData class.
              | 
| Name | Description | |
|---|---|---|
| Duration | Gets the duration of the job run.  | |
| EndTime | Gets the time at which the job run ended.  | |
| Id | Gets the ID of the job run.  | |
| JobId | Gets the ID of the Job corresponding to the run.  | |
| Result | Gets the result of the job run.  | |
| RunAs | 
            Gets or sets the MemberInfoData object corresponding to the RunAs ID.
              | |
| RunBy | 
            Gets or sets the MemberInfoData object corresponding to the RunBy ID.
              | |
| ServerName | Gets the name of the server on which the job run executed.  | |
| StartTime | Gets the time at which the job run started.  | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | 
| Name | Description | |
|---|---|---|
| ToDataContractMappings | 
            The mapping between JobRun and JobRunData.
              |