isRunning method

dynamic isRunning()

Shows whether mpv is running or not

Implementation

isRunning() {
  return running;
}