getActions

abstract fun getActions(): List<Action<in Task>>(source)

Returns the sequence of Action objects which will be executed by this task, in the order of execution.

Return

The task actions in the order they are executed. Returns an empty list if this task has no actions.