X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Ftask-functions.ts;h=ef9e1f0a235e5093c4a30ab667bc6897bffd69ce;hb=410724041bab556be1385c56f9a32e5030f6f2cf;hp=353b8b0c1f8b329d71c89e6a89bbbdd921d3d548;hpb=4608939f425568da5553db1f5bf883d4cca18e02;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 }