Click or drag to resize
CoronaRuntimeEnvironmentRuntimeState Property
Gets the current state of the Corona runtime such as Running, Suspended, Terminated, etc.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public CoronaRuntimeState RuntimeState { get; }

Property Value

Type: CoronaRuntimeState

Returns the current state of the Corona runtime.

If the state is Terminated

See Also