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

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