Header menu logo B2R2

JumpTableRecoveryDecision Type

Decision about what to do next in the jump table registration process.

Union cases

Union case Description

GoRecovery

Full Usage: GoRecovery

Continue the recovery process.

StopRecoveryAndContinue

Full Usage: StopRecoveryAndContinue

Stop the recovery process since this is a fatal error that we cannot handle.

StopRecoveryButReload

Full Usage: StopRecoveryButReload

Error occurred during the recovery process, but we can recover it, so reload the builder.

Instance members

Instance member Description

this.IsGoRecovery

Full Usage: this.IsGoRecovery

Returns: bool
Returns: bool

this.IsStopRecoveryAndContinue

Full Usage: this.IsStopRecoveryAndContinue

Returns: bool
Returns: bool

this.IsStopRecoveryButReload

Full Usage: this.IsStopRecoveryButReload

Returns: bool
Returns: bool

Type something to start searching.