run abstract method

dynamic run(
  1. CommandContext<State, System> context,
  2. System system
)

Performs the command on the given system.

Implementation

dynamic run(CommandContext<State, System> context, System system);