Click or drag to resize

BiMaterializeJob.LastFinished Property

Gets the time that this job was last finished

Namespace:  SanteDB.BI.Jobs
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax
public DateTime? LastFinished { get; }

Property Value

Type: Nullable<DateTime>

Implements

IJob.LastFinished
See Also