JumpTableRecoveryDecision Type
Decision about what to do next in the jump table registration process.
Union cases
| Union case |
Description
|
Full Usage:
GoRecovery
|
Continue the recovery process. |
Full Usage:
StopRecoveryAndContinue
|
Stop the recovery process since this is a fatal error that we cannot handle. |
Full Usage:
StopRecoveryButReload
|
Error occurred during the recovery process, but we can recover it, so reload the builder. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsGoRecovery
Returns: bool
|
|
Full Usage:
this.IsStopRecoveryAndContinue
Returns: bool
|
|
Full Usage:
this.IsStopRecoveryButReload
Returns: bool
|
|
B2R2