X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=e50cb72aa19acd69f1717eefacdf756b8f304278;hb=a50b8288d0696296711df883b0199c51e804917b;hp=3ed78784073c0c8f802af4f75550323dcb0c4ec0;hpb=cd3135e48c6ba3fb7bdfe3da9ac47ad6805e8797;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index 3ed78784..e50cb72a 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

error? +TaskFunctionOperationResult | poolifier - v3.1.19

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 +

Properties

error?: Error
status: boolean

Generated using TypeDoc

\ No newline at end of file