Managing Running Jobs
Once a job has started, Data Pipeline gives you the ability to either cancel it outright or pause it temporarily and resume it later.
Cancel
Running jobs can be cancelled by calling the cancel()
method. It's important to remember that cancelling a job does not guarantee that it will stop right away.
Depending on what the job is doing, it may take a noticeable time before the job stops.
Pause and Resume
Running jobs can be temporarily paused by calling the pause()
method. It's important to remember that cancelling a job does not guarantee that it will stop right away.
Depending on what the job is doing, it may take a noticeable time before the job stops.