1 2 3 4 5 6 7 8
/// Name of app stage that runs once before the startup stage pub const PRE_STARTUP: &str = "pre_startup"; /// Name of app stage that runs once when an app starts up pub const STARTUP: &str = "startup"; /// Name of app stage that runs once after the startup stage pub const POST_STARTUP: &str = "post_startup";