handleTerminatedProcess

protected open fun handleTerminatedProcess(terminatedProcess: KSLProcess)(source)

Subclasses of Entity can use this method to clean up after a process is terminated for the entity. Currently, it does nothing.

Parameters

terminatedProcess

the process that was terminated.