Function Method_reset_execution

Source
pub unsafe extern "C" fn Method_reset_execution(
    this: *mut Method,
) -> Error
Expand description

EXPERIMENTAL: Resets execution state to the start of the Method. For use with the step() API.

@retval Error:Ok on success @retval Error::InvalidState if called before step-based execution reached the end of the Method. This means it is not possible to recover a Method that failed mid-execution.