rewind method

void rewind(
  1. IStatus status
)

Implementation

void rewind(IStatus status) {
  _rewind(self, status.self);
  status.checkStatus();
}