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