JobLastRunInfo Property

Gets information about the last run of the job.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public JobRun? LastRunInfo { get; }

Property Value

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