TaskCompletionState
Home > @backstage/plugin-scaffolder-node
> TaskCompletionState
Warning: This API is now obsolete.
this interface is planned to be removed. Please reach out to us in an issue if you're using this interface and your use cases.
The state of a completed task.
Signature:
export type TaskCompletionState = 'failed' | 'completed';