afterRunningProcess

protected open fun afterRunningProcess(completedProcess: KSLProcess)(source)

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

completedProcess

This is actually the process that just completed.