Skip to content

Commit

Permalink
chore: add TERMINATED to the processState enum
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoaccursi committed Apr 5, 2023
1 parent 626584d commit 71dc912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/entity/process/ProcessData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object ProcessData {

/** The different states of a [SurgicalProcess]. */
enum class ProcessState {
PRE_SURGERY, SURGERY, POST_SURGERY, INTERRUPTED
PRE_SURGERY, SURGERY, POST_SURGERY, INTERRUPTED, TERMINATED
}

/** The different steps of a [SurgicalProcess]. */
Expand Down

0 comments on commit 71dc912

Please sign in to comment.