Vixen
02b45cc4
csharp
public enum ApplicationState

Where 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)

  • Starting

    Not started yet.

  • Running

    Running and in the foreground. The only state in which rendering is worth doing.

  • Background

    Running but not in the foreground: another window is on top, or the browser tab is hidden.

  • Suspended

    Suspended by the OS. No frames, no GPU work, and on Android no valid graphics surface.

  • Stopping

    Shutting 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