Open this page in the API Guide

JobData.LastRunInfo 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 (25.1.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 null if there are no recorded job runs for the job.
See Also