Skip to main content

Module LifecyclePhaseState

Module LifecyclePhaseState 

Source

Structs§

LifecyclePhaseState
Tracks the current application lifecycle phase. PhaseNotify fires every time the phase advances so LifecycleWhenPhase can 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