| DataQualityExtensionCleanJobLastStarted Property |
Gets the time that the job was last run
Namespace:
SanteDB.Core.Data.Quality
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public DateTime? LastStarted { get; }
Public ReadOnly Property LastStarted As DateTime?
Get
public:
virtual property Nullable<DateTime> LastStarted {
Nullable<DateTime> get () sealed;
}
abstract LastStarted : Nullable<DateTime> with get
override LastStarted : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeImplements
IJobLastStartedSee Also