# Functions
NewGraphScheduler returns a default scheduler.
# Constants
Completed indicates the Rule ran successfully.
Error indicates that Rule execution was attempted but had an error.
Running indicates the Rule is currently running.
Unscheduled says that Rule has not had a chance to run yet.
# Interfaces
Scheduler for jobs.
# Type aliases
Status indicates the running state of a rule in the scheduler.