TaskCallback typedef
TaskCallback =
NodeStatus Function()
The type of callback used by the Task node.
Implementation
typedef TaskCallback = NodeStatus Function();
The type of callback used by the Task node.
typedef TaskCallback = NodeStatus Function();