Skip to content

Commit

Permalink
feat(CodeExecutable): Add variants to executeStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jan 14, 2022
1 parent 3cde344 commit 7b01a09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema/CodeExecutable.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ properties:
last executed.
executeStatus:
'@id': stencila:executeStatus
description: Status of the last execution of the code.
description: Status of the most recent, including in progress, execution of the code.
enum:
- Scheduled
- ScheduledPreviouslyFailed
- Running
- RunningPreviouslyFailed
- Succeeded
- Failed
- Cancelled
Expand Down

0 comments on commit 7b01a09

Please sign in to comment.