X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=8292b17e9779d4780e0e6d8b0745e2ce22eb8030;hb=ecde6ea8c439bbdd9dc2ca118731b5006a1a9884;hp=41f71d2886c767a42b5edfe43e3f7da656fcf171;hpb=9ad272eaf0cded8c7e70f1fe6f075c99f23619fa;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index 41f71d28..8292b17e 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

Properties

error?: Error
status: boolean

Generated using TypeDoc

\ No newline at end of file +TaskFunctionOperationResult | poolifier - v3.1.29

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