Table of Contents

Enum StepOutcome

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

What happened to one step when the plan was applied.

public enum StepOutcome

Fields

Failed = 2

The step was attempted and failed. Later steps did not run.

Skipped = 1

The step was not attempted — no consent, or a prior step made it unnecessary.

Succeeded = 0

The step ran and did what it said.