stoppedCommands property

List<NextRun<Command>> stoppedCommands
final

The old command next runs.

This list gets added to by stopCommand, and removed from by startCommand.

Implementation

final List<NextRun<Command>> stoppedCommands;