Phase
Phases represent tags that tell the scheduler when to schedule a set of systems.
Properties
PreStartup
Phase.PreStartup:
Phase
Runs before the Startup
Phase.
Startup
Phase.Startup:
Phase
This Phase will run once, the first time the Scheduler is ran, before any other Phases are ran.
PostStartup
Phase.PostStartup:
Phase
Runs after the Startup
phase.
Functions
new
Phase.
new
(
name:
string?
) →
(
)
Creates a new Phase, with an optional name to use for debugging. When no name is provided, the script and line number will be used.