Goal

interface Goal

The interface that all scheduling rules must satisfy.

Functions

Link copied to clipboard
abstract fun run(plan: EditablePlan)

Run the rule.

Link copied to clipboard

Whether the scheduler should delete this goal's past created activities.