SymbRunFailure Type
Represents why a symbolic query could not be fully answered.
Union cases
| Union case |
Description
|
A state was pruned before it could reach a target.
|
|
A state stopped before it could reach a target.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsPruned
Returns: bool
|
|
Full Usage:
this.IsStopped
Returns: bool
|
|
B2R2