  | BiMaterializeJobLastFinished 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
Syntaxpublic DateTime? LastFinished { get; }Public ReadOnly Property LastFinished As DateTime?
	Get
public:
virtual property Nullable<DateTime> LastFinished {
	Nullable<DateTime> get () sealed;
}abstract LastFinished : Nullable<DateTime> with get
override LastFinished : Nullable<DateTime> with get
Property Value
Type: 
NullableDateTimeImplements
IJobLastFinished
See Also