X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Ftask-functions.ts;h=ef9e1f0a235e5093c4a30ab667bc6897bffd69ce;hb=aa1002e4160dbfc14767eb3a40c885b12c1fa223;hp=353b8b0c1f8b329d71c89e6a89bbbdd921d3d548;hpb=76b178d95efa0dc23addd65ab87e94736f1ed23a;p=poolifier.git diff --git a/src/worker/task-functions.ts b/src/worker/task-functions.ts index 353b8b0c..ef9e1f0a 100644 --- a/src/worker/task-functions.ts +++ b/src/worker/task-functions.ts @@ -45,9 +45,9 @@ TaskFunction > /** - * Task function operation return type. + * Task function operation result. */ -export interface TaskFunctionOperationReturnType { +export interface TaskFunctionOperationResult { status: boolean error?: Error }