Click or drag to resize

SQLiteAuditPruneJobLastStarted Property

When the job was last run

Namespace:  SanteDB.DisconnectedClient.SQLite.Security.Audit
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public DateTime? LastStarted { get; }

Property Value

Type: NullableDateTime

Implements

IJobLastStarted
See Also