Enum StepOutcome
What happened to one step when the plan was applied.
public enum StepOutcome
Fields
Failed = 2The step was attempted and failed. Later steps did not run.
Skipped = 1The step was not attempted — no consent, or a prior step made it unnecessary.
Succeeded = 0The step ran and did what it said.