Go to the first, previous, next, last section, table of contents.


killJobMessily

Function: killJobMessily { job -> }
file: job.t
package: muf
status: alpha

The killJobMessily operator is intended to allow killing any Muq job, even one run wild, refusing signals, or looping in after{}alwaysDo{} clauses. Since it shuts down jobs without allowing after{}alwaysDo{} clauses to execute, and hence can leave damaged datastructures behind, it should be used only as a last resort. See section killJob. See section endJob.


Go to the first, previous, next, last section, table of contents.