X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=1b63626774e22d03709e5d7e0fcdb25c32e7551b;hb=d912486e16e6971854a0118268bc6d13a0291466;hp=8be7f3980965876fd807018bafaaf6e4a9a7e877;hpb=601deb7292c99dfe7b6ad43935759933f32adca1;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index 8be7f398..1b636267 100644 --- a/docs/interfaces/TaskFunctionOperationResult.html +++ b/docs/interfaces/TaskFunctionOperationResult.html @@ -1,98 +1,4 @@ -TaskFunctionOperationResult | poolifier - v3.0.3
-
- -
-
-
-
- -

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.10

Interface TaskFunctionOperationResult

Task function operation result.

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

Properties

Properties

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