X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=0296be15904f7e72d7a5a8b26b12714c3c4db823;hb=43f8444644bd23ed8b01e7bbb386a51a6144fff8;hp=41f71d2886c767a42b5edfe43e3f7da656fcf171;hpb=71218fcd1ded9a614da1fc09794a0c213ce059c9;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index 41f71d28..0296be15 100644 --- a/docs/interfaces/TaskFunctionOperationResult.html +++ b/docs/interfaces/TaskFunctionOperationResult.html @@ -1,4 +1,4 @@ -TaskFunctionOperationResult | poolifier - v3.0.8

Interface TaskFunctionOperationResult

Task function operation result.

-

Hierarchy

  • TaskFunctionOperationResult

Properties

error? +TaskFunctionOperationResult | poolifier - v3.1.16

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