X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=dbc327dbaffe062bac024d4d2bb8f2b58a4eadbe;hb=181af286689e0b42fcac115ace6541364a943af2;hp=422d5e15e2cc1d982e13116da4f1c05552453d64;hpb=a4a88903255bd661b57480ce9b07dd2f2962f069;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index 422d5e15..dbc327db 100644 --- a/docs/interfaces/TaskFunctionOperationResult.html +++ b/docs/interfaces/TaskFunctionOperationResult.html @@ -1,98 +1,4 @@ -TaskFunctionOperationResult | poolifier - v3.0.5
-
- -
-
-
-
- -

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

Interface TaskFunctionOperationResult

Task function operation result.

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

Properties

Properties

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