Link Search Menu Expand Document

Application.State

The running states of the application

public enum State: Int 

Inheritance

Int

Enumeration Cases

active

The application is running in the foreground and currently receiving events.

case active

inactive

The application is running in the foreground but is not receiving events.

case inactive

background

The application is running in the background.

case background