AboutSupportDeveloper GuideVersion 36.122.80.11

Type alias SystemShutdownHandler

SystemShutdownHandler: ((shutdownEvent) => void)

Type declaration

    • (shutdownEvent): void
    • Parameters

      • shutdownEvent: {
            proceed: (() => void);
        }
        • proceed: (() => void)
            • (): void
            • Returns void

      Returns void