setAborted method

void setAborted(
  1. bool value
)

Sets isAborted value

Implementation

void setAborted(bool value) {
  _aborted = value;
}