X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=0abf7d0c35b02ba6f1e373ad3a360fd98df3847d;hb=30d7f6e094a9b837fd85c74ef23188ab28e86644;hp=fd70b1a96c795a05aa08c2d2e7ce3376ca90acfd;hpb=7431256d9d5509f4b881cdaa324678f0c2a4cf7f;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index fd70b1a9..0abf7d0c 100644 --- a/docs/interfaces/TaskFunctionOperationResult.html +++ b/docs/interfaces/TaskFunctionOperationResult.html @@ -1,98 +1,4 @@ -TaskFunctionOperationResult | poolifier - v3.0.2
-
- -
-
-
-
- -

Interface TaskFunctionOperationResult

-
-

Task function operation result.

-
-
-
-

Hierarchy

-
    -
  • TaskFunctionOperationResult
-
-
-
- -
-
-

Properties

-
error? +TaskFunctionOperationResult | poolifier - v3.1.8

Interface TaskFunctionOperationResult

Task function operation result.

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

Properties

-
-

Properties

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

Generated using TypeDoc

-
\ No newline at end of file +

Properties

error?: Error
status: boolean

Generated using TypeDoc

\ No newline at end of file