Kills the task (if possible). This method should not return until the task has been killed. If the task cannot be killed an exception should be thrown.
Kills the pipeline if it is running, no-op otherwise. This method only delivers a kill signal to the pipeline, and does not guarantee the pipeline exits on return. To wait for completely exits, use {@link #waitUntilDone()} after this call.
Kill an action. The {@link Context#setEndData} method must be called within this method.
@param context executor context.
@param action the action to kill.
@throws ActionExecutorException thrown if the action could not be killed.
Send the signal with the specified name to this process.
@param signalName the name of the signal to send
@throws IllegalArgumentException if the signal name is not valid
@throws SigarException if the native kill() call fails
@since 4.4
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.