lastResumeDate
The date when the activity was last resumed.
Declaration
var lastResumeDate: Date? { get }Discussion
If the activity was first started, this will be the same as the start date.
If the activity was paused and resumed, this will be the date when the activity was resumed.