fn interp_sys_sleep(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Pause execution for a specified number of seconds.
@param time numeric scalar: seconds to sleep (values <= 0 are ignored) @return NULL (invisibly)