moveNext method

void moveNext(
  1. IStatus status
)

Implementation

void moveNext(IStatus status) {
  _moveNext(self, status.self);
  status.checkStatus();
}