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