|
Callback which can be attached to a Process with notification of any of the possible ends-of-life that a Process might experience
Process terminated normally. Return code provided. In the case that a non-Blitz process sent a signal (KILL, TERM, ... ), that will represented in the return code.
cancel() was called on this Process. If the Process failed to terminate, argument is false, in which calling kill() is the last resort.
kill() was called on this Process. If this does not succeed, there is nothing else that Blitz can do to stop its execution.
|