stopJob method

T stopJob()

结束打印任务

Implementation

T stopJob() {
  return push(EStopJob());
}