CommandLogEntry_siblingCommands

Contributes a siblingCommands collection to the CommandLogEntry ), in other words those commands to be run in the background that have the same originating (parent) command.

API

CommandLogEntry_siblingCommands.java
class CommandLogEntry_siblingCommands {
  List<? extends CommandLogEntry> coll()
}