SchedulerService.Dispose method

Disposes the scheduler and cancels all running tasks.

public void Dispose()

Remarks

This method is called to clean up resources used by the scheduler service. It cancels all scheduled tasks and disposes of the runspace pool manager.

See Also