TaskStatus
Home > @backstage/plugin-scaffolder-node
> TaskStatus
The status of each step of the Task
Signature:
export type TaskStatus = 'cancelled' | 'completed' | 'failed' | 'open' | 'processing';
Home > @backstage/plugin-scaffolder-node
> TaskStatus
The status of each step of the Task
Signature:
export type TaskStatus = 'cancelled' | 'completed' | 'failed' | 'open' | 'processing';