onProcessComplete

public abstract void onProcessComplete(int exitValue)

Called when a managed process terminates successfully.

Parameters

exitValue

the exit code returned by the process (typically 0 for success)