AppRuntimeStatus
The per-app runtime gate game-api + Buddy enforce. See runtimeDenialReason when not active.
enum AppRuntimeStatus {
ACTIVE
GRACE
DENIED
SUSPENDED
}
Values
AppRuntimeStatus.ACTIVE
Allowed to run; clients may connect.
AppRuntimeStatus.GRACE
Still running on a temporary allowance (e.g. low funds) but at risk of being denied soon.
AppRuntimeStatus.DENIED
Blocked from running now (e.g. insufficient funds, spend cap hit, or free allowance exhausted); recoverable once the cause clears.
AppRuntimeStatus.SUSPENDED
Hard-stopped (e.g. lapsed subscription); requires action to restore.
Member Of
AppRuntimeState object