AboutSupportDeveloper GuideVersion 38.126.82.64

Interface AppVersionRuntimeStatusEvent

Generated when checking a runtime availability.

interface AppVersionRuntimeStatusEvent {
    error: null | string;
    exists: null | boolean;
    healthCheck: null | boolean;
    reachable: null | boolean;
    type: "runtime-status";
    version: null | string;
    writeAccess: null | boolean;
}

Properties

error: null | string
exists: null | boolean
healthCheck: null | boolean
reachable: null | boolean
type: "runtime-status"
version: null | string
writeAccess: null | boolean