StepOutcome Type
Outcome of a single `ProxyInstallStep`.
Union cases
| Union case |
Description
|
Full Usage:
Performed
|
Step performed a write. |
Full Usage:
Skipped
|
Step was a no-op — the precondition was already satisfied. |
Full Usage:
StepFailed reason
Parameters:
string
|
Step failed; the payload carries the operator-visible reason.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsPerformed
Returns: bool
|
|
Full Usage:
this.IsSkipped
Returns: bool
|
|
Full Usage:
this.IsStepFailed
Returns: bool
|
|
FSBarV1_Archived