X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskFunctionOperationResult.html;h=1b63626774e22d03709e5d7e0fcdb25c32e7551b;hb=629e88787b940a2f929eb17f8690e81ece9ff092;hp=8292b17e9779d4780e0e6d8b0745e2ce22eb8030;hpb=f6d0fcdd6097f2933811329bc8fcfa96cd0b3817;p=poolifier.git diff --git a/docs/interfaces/TaskFunctionOperationResult.html b/docs/interfaces/TaskFunctionOperationResult.html index 8292b17e..1b636267 100644 --- a/docs/interfaces/TaskFunctionOperationResult.html +++ b/docs/interfaces/TaskFunctionOperationResult.html @@ -1,4 +1,4 @@ -TaskFunctionOperationResult | poolifier - v3.1.29

Interface TaskFunctionOperationResult

Task function operation result.

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

Properties

error? +TaskFunctionOperationResult | poolifier - v4.0.10

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
\ No newline at end of file