# Functions
New creates a new Store struct.
# Constants
CanceledState represents the status of a plan when it has been canceled.
DefaultType represents a plan that is executed once and does not have a schedule.
ErroredState represents the status of a plan when it has encountered an error.
FinishedState represents the status of a plan when it has been successfully executed.
PendingState represents the initial status of a plan once it has been created.
RunningState represents the status of a plan when it is being executed.
ScheduleType represents a plan that is executed on a schedule.
UnreachableState represents the status of a plan when it has been unreachable.