feat(wfe-core): add StepCondition types and PointerStatus::Skipped
This commit is contained in:
@@ -15,6 +15,7 @@ pub enum PointerStatus {
|
||||
Pending,
|
||||
Running,
|
||||
Complete,
|
||||
Skipped,
|
||||
Sleeping,
|
||||
WaitingForEvent,
|
||||
Failed,
|
||||
@@ -58,6 +59,7 @@ mod tests {
|
||||
PointerStatus::Pending,
|
||||
PointerStatus::Running,
|
||||
PointerStatus::Complete,
|
||||
PointerStatus::Skipped,
|
||||
PointerStatus::Sleeping,
|
||||
PointerStatus::WaitingForEvent,
|
||||
PointerStatus::Failed,
|
||||
|
||||
Reference in New Issue
Block a user