isStart method

bool isStart()

是否正在运行 / Is running

Implementation

bool isStart() {
  return _state?.isStart() ?? false;
}