type TaskFn = (args: any[]) => boolean | void | Promise<boolean | void>