CFGBuilderActivation Type
Union cases
| Union case |
Description
|
Full Usage:
Activated
|
The builder has been once scheduled (i.e., activated). |
Full Usage:
Deactivated
|
The builder has not been scheduled and built; it is waiting to be scheduled but may remain deactivated until then (e.g., when we are not interested in building this function at all). |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsActivated
Returns: bool
|
|
Full Usage:
this.IsDeactivated
Returns: bool
|
|
B2R2