JobDataLastRunInfo Property

Gets information about the last run of the job.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "lastRunInfo")]
public JobRunData LastRunInfo { get; set; }

Property Value

Type: JobRunData
An object containing information about the last run of the job, or if there are no recorded job runs for the job.
See Also