Type alias SystemShutdownHandler

SystemShutdownHandler: ((shutdownEvent: {
    proceed: (() => void);
}) => void)

Type declaration

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

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

      Returns void

Generated using TypeDoc