Function simics::api::base::conf_object::marked_for_deletion

source ·
pub fn marked_for_deletion(obj: *mut ConfObject) -> Result<bool>
Expand description

Indicates if the given object is being deleted. This information can be useful by other objects that want to clean up their references.

§Return Value

Whether the object is being deleted

§Context

Global Context