Enumeration
Application.State
Where the application is in its lifecycle.
enum State
Topics
Enumeration Cases
case bootedBooted, and still accepting configuration: the freeze happens at start, so a provider’sdidBootmay register middleware, routes or services.case bootingRunning thewillBootanddidBootlifecycle handlers.case configuringBuilt, and accepting configuration.case shutdownShut down. Terminal.case shuttingDownRunning theshutdownlifecycle handlers.case startedThe services are running.case startingConfiguration has been frozen and the services are coming up.
Instance Properties
Relationships
Conforms To
Swift.CustomStringConvertibleSwift.EquatableSwift.HashableSwift.SendableSwift.SendableMetatype