Changes between Initial Version and Version 2 of Ticket #636
- Timestamp:
- Oct 9, 2007, 7:17:57 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #636
- Property Milestone BASE 2.5 → BASE 2.6
- Property Summary Kill a runing job → Kill a running job
-
Ticket #636 – Description
initial v2 1 It should be possible for a user to kill a running job. The core sends a kill signal to a job and the job tells the plugin to end all processes(threads?) it has opened. The job will have to communicate this to a jobserver. 1 It should be possible for a user to kill a running job. The core sends a kill signal to a job and the job tells the plugin to end all processes(threads?) it has opened. If the job is running on a job agent this will have to be communicated through the a job agent. 2 3 This also means that a job agent should stop all jobs gracefully when the job agent itself is stopped (see #798).