determineNextProcess

protected open fun determineNextProcess(completedProcess: KSLProcess): KSLProcess?(source)

If the useProcessSequence property is true, this method automatically uses the current processSequenceIterator. If the iterator has a next element it is returned, else null is returned. Subclasses may override this implementation to provide a more general approach to determining the next process to run.

Return

the next process to activate or null if none to activate

Parameters

completedProcess

the process just completed