X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=8292b17e9779d4780e0e6d8b0745e2ce22eb8030;hb=a9fc134421fb6926f4eff76d1d82c9bd8b341606;hp=da4f010c5e0721d28d65622fd547410bc354c2d6;hpb=76a3a76becd6ac41efb3271c708431a666828c30;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index da4f010c..8292b17e 100644 --- a/docs/interfaces/TaskFunctionOperationResult.html +++ b/docs/interfaces/TaskFunctionOperationResult.html @@ -1,98 +1,4 @@ -TaskFunctionOperationResult | poolifier - v2.7.1
-
- -
-
-
-
- -

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 - v3.1.29

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