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