X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=f2222aba04d5c5c83df5a120ce77d388638d7f8e;hb=02723e5f9d99d6aa5f2aa33f4e850264f3498c20;hp=078335b313b76db0749c55fbeee8525922c5701b;hpb=da631e977b488fb76cc1881c991a6fda8d8bb6e0;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index 078335b3..f2222aba 100644 --- a/docs/interfaces/TaskFunctionOperationResult.html +++ b/docs/interfaces/TaskFunctionOperationResult.html @@ -1,98 +1,4 @@ -TaskFunctionOperationResult | poolifier - v3.0.4
-
- -
-
-
-
- -

Interface TaskFunctionOperationResult

-
-

Task function operation result.

-
-
-
-

Hierarchy

-
    -
  • TaskFunctionOperationResult
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
error?: Error
-
- -
status: boolean
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +TaskFunctionOperationResult | poolifier - v4.0.13

Interface TaskFunctionOperationResult

Task function operation result.

+
interface TaskFunctionOperationResult {
    error?: Error;
    status: boolean;
}

Properties

Properties

error?: Error
status: boolean
\ No newline at end of file