pub fn stall(obj: *mut ConfObject, seconds: f64) -> Result<()>
Stall an object’s execution for a number of seconds. Must implement stall and cycle interfaces
Unknown