X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FExitHandler.html;h=4fdf496f5e11ceb4dd87c9439443fc722ad2f60b;hb=c94b034ca040cb4a968d1cca995d89efd51d6402;hp=8cc2c616e36861dd05af063b92d6d79891821489;hpb=da66e34cda2cbcb3a94865d24696c668f50a1437;p=poolifier.git diff --git a/docs/types/ExitHandler.html b/docs/types/ExitHandler.html index 8cc2c616..4fdf496f 100644 --- a/docs/types/ExitHandler.html +++ b/docs/types/ExitHandler.html @@ -1,86 +1,3 @@ -ExitHandler | poolifier - v2.6.45
-
- -
-
-
-
- -

Type alias ExitHandler<Worker>

-
ExitHandler<Worker>: ((this, exitCode) => void)
-
-

Type Parameters

-
-
-

Type declaration

-
    -
  • -
      -
    • (this, exitCode): void
    • -
    • -

      Callback invoked when the worker exits successfully.

      -
      -
      -

      Parameters

      -
        -
      • -
        this: Worker
      • -
      • -
        exitCode: number
      -

      Returns void

      -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +ExitHandler | poolifier - v3.1.22

Type alias ExitHandler<Worker>

ExitHandler<Worker>: ((this, exitCode) => void)

Callback invoked when the worker exits successfully.

+

Type Parameters

  • Worker extends IWorker

    Type of worker.

    +

Type declaration

    • (this, exitCode): void
    • Parameters

      Returns void

Generated using TypeDoc

\ No newline at end of file