run

override fun run()

Execute one cycle of this task. The finish condition is separately polled in the poll method.

Note that this method will perform one cycle of work for this task in the context it is currently, if you wish to respect the dependency, use the execute method.


override fun run(p: TelemetryPacket): Boolean

RoadRunner Action implementation to run this Task.

Directly runs this task, to avoid recursive cycles.