Searched refs:TaskFunction (Results 1 – 1 of 1) sorted by relevance
73 export type TaskFunction<Args extends any[]> = (...args: Args) => Promise<void | symbol | Args>; alias300 readonly taskFunction?: TaskFunction<Args>;302 constructor(descriptor: TaskDescriptor<Args> | string, taskFunction?: TaskFunction<Args>) {