-
The ID of this log entry
Declaration
Swift
var entryID: Int
-
TRUE if this was an automatic, scheduled update.
Declaration
Swift
var automaticUpdate: Bool
-
How many changes were made to the db as a result of this schedule update. 0 if the update resulted in an error; may also be zero if no changes detected.
Declaration
Swift
var changeCount: Int
-
When the update was processed.
Declaration
Swift
var timestamp: Date
-
If the update failed, the reason why.
Declaration
Swift
var error: String?
-
Declaration
Swift
init(_ logEntry: ScheduleLog) throws