csharp
public enum ApplicationStateWhere the application is in the OS's idea of its life.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
StartingNot started yet.
RunningRunning and in the foreground. The only state in which rendering is worth doing.
BackgroundRunning but not in the foreground: another window is on top, or the browser tab is hidden.
SuspendedSuspended by the OS. No frames, no GPU work, and on Android no valid graphics surface.
StoppingShutting down.
Used by (8)
- DesktopLifecycleVixen.Platform.Desktop
- HeadlessLifecycleVixen.Platform.Headless
- HeadlessLifecycleTestsVixen.Platform.Headless.Tests
- HeadlessPlatformTestsVixen.Platform.Headless.Tests
- ILifecycleVixen.Platform
- MobileLifecycleVixen.Platform
- MobileLifecycleTestsVixen.Platform.Tests
- VixenApplicationTestsVixen.App.Tests