Structs§
- Lifecycle
Phase State - Tracks the current application lifecycle phase.
PhaseNotifyfires every time the phase advances soLifecycleWhenPhasecan await it instead of polling at 100 ms intervals.
Type Aliases§
- Phase
- Application lifecycle phases (mirrors VS Code LifecyclePhase). 1 = Starting, 2 = Ready, 3 = Restored, 4 = Eventually