DelayedBuilderRequest Type
This is a delayed request that is used to update the status of the CFG builder. This is populated only when the builder is running and is consumed after regular CFGActions are consumed.
Union cases
Union case | Description |
Full Usage:
NotifyCalleeChange(callee, calleeInfo)
Parameters:
Addr
calleeInfo : CalleeInfo
|
|
Full Usage:
NotifyCalleeSuccess(callee, calleeInfo)
Parameters:
Addr
calleeInfo : CalleeInfo
|
|
Full Usage:
ResetBuilder
|
|
Full Usage:
Rollback
|
Instance members
Instance member | Description |
Full Usage:
this.IsNotifyCalleeChange
Returns: bool
|
|
Full Usage:
this.IsNotifyCalleeSuccess
Returns: bool
|
|
Full Usage:
this.IsResetBuilder
Returns: bool
|
|
Full Usage:
this.IsRollback
Returns: bool
|
|