phase property
The startup phase this task belongs to.
Tasks are executed in StartupPhase enum declaration order, so the phase value implicitly determines when this task runs relative to others.
Implementation
StartupPhase get phase;
The startup phase this task belongs to.
Tasks are executed in StartupPhase enum declaration order, so the phase value implicitly determines when this task runs relative to others.
StartupPhase get phase;