JumpTableRecoveryDecision Type
Decision about what to do next in the jump table registration process.
Union cases
Union case | Description |
Full Usage:
GoRecovery
|
|
Full Usage:
StopRecoveryAndContinue
|
|
Full Usage:
StopRecoveryButReload
|
Instance members
Instance member | Description |
Full Usage:
this.IsGoRecovery
Returns: bool
|
|
Full Usage:
this.IsStopRecoveryAndContinue
Returns: bool
|
|
Full Usage:
this.IsStopRecoveryButReload
Returns: bool
|
|