UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

9 lines (8 loc) 223 B
export declare class TaskCancelledError extends Error { readonly message: string; readonly isTaskCancelledError = true; /** * Error thrown when a task is cancelled. */ constructor(message?: string); }