Ejemplo n.º 1
0
 public async Task ResumeScheduledJobAsync(int jobId)
 {
     await _scheduledJobs.ResumeJobAsync(jobId);
 }