Summary

public void SearchActionsOfName(string name, List<ITerminalAction> resultList, Func<ITerminalAction, bool> collect)

Get all terminal actions available for block. NOTE: First called `

and then

` check

Parameters