* @param destroyer helper for destroying all processes on certain event such as VM exit (not <code>null</code>).
*
* @return This process executor.
*/
public ProcessExecutor addDestroyer(ProcessDestroyer destroyer) {
return addListener(new DestroyerListenerAdapter(destroyer));
}