restart abstract method

void restart([
  1. bool append = false
])

Restart after pause, copies the pause buffer back into the output buffer, if append is true the current output buffer contents are appended to the pause buffer.

Implementation

void restart([bool append = false]);