add

abstract fun add(command: Command)

Adds a command to this group.


fun add(runnable: Runnable)

Adds a runnable to this group.