reset method

void reset()

Implementation

void reset() {
  if (!isClosed) emit(OperationInitial<Id>());
}