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


endJob

Control-struct: endJob { nil -> @ }
file: job.t
package: muf
status: alpha

The endJob operator corresponds to the unix exit() function. It takes one argument which is intended to be used like the corresponding exit() argument, which currently must be nil, and it kills the job which executed it.


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