Logo FSBarV1_Archived

StepOutcome Type

Outcome of a single `ProxyInstallStep`.

Union cases

Union case Description

Performed

Full Usage: Performed

Step performed a write.

Skipped

Full Usage: Skipped

Step was a no-op — the precondition was already satisfied.

StepFailed reason

Full Usage: StepFailed reason

Parameters:
    reason : string

Step failed; the payload carries the operator-visible reason.

reason : string

Instance members

Instance member Description

this.IsPerformed

Full Usage: this.IsPerformed

Returns: bool
Returns: bool

this.IsSkipped

Full Usage: this.IsSkipped

Returns: bool
Returns: bool

this.IsStepFailed

Full Usage: this.IsStepFailed

Returns: bool
Returns: bool

Type something to start searching.