SchedulerService.Resume method
Resumes a scheduled job by its name.
public bool Resume(string name)
parameter | description |
---|---|
name | The name of the job to resume. |
Return Value
True if the job was found and resumed; otherwise, false.
See Also
- class SchedulerService
- namespace Kestrun.Scheduling