X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=1b63626774e22d03709e5d7e0fcdb25c32e7551b;hb=5d1b49719459de479de5dabe173ceff38d6c4071;hp=3ed78784073c0c8f802af4f75550323dcb0c4ec0;hpb=273b76d87560482b4114668a705e42d54b3ce3b0;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index 3ed78784..1b636267 100644 --- a/docs/interfaces/TaskFunctionOperationResult.html +++ b/docs/interfaces/TaskFunctionOperationResult.html @@ -1,4 +1,4 @@ -TaskFunctionOperationResult | poolifier - v3.0.9

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