Skip to content

Commit

Permalink
patch: add nextExecution field instead of lastExecution
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSrcerer committed Mar 23, 2024
1 parent 042e241 commit ed8cf4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ open class Schedule {
@QuartzCron
var periodic: String? = null

// The last time this Schedule was executed
var lastExecution: Long? = null
// The next time this Schedule will be executed
var nextExecution: Long? = null

// Signifies that this Schedule will finish running at some point.
// If null, this Schedule runs indefinitely.
Expand Down

0 comments on commit ed8cf4f

Please sign in to comment.