after Running Process
Can be used by subclasses to perform some logic when (after) the current process is completed, but before deciding to execute the next process (if there is one). Called right before determineNextProcess()
By default, this method does nothing.
Parameters
completed Process
This is actually the process that just completed.