Exemplo n.º 1
0
 public bool PauseJob(string jobName, string jobGroupName)
 {
     return(_jobStore.PauseJob(jobName, jobGroupName));
 }