Declared in SpacecraftOperationComputer
Declaration
void AddCommand(
JObject command
);Description
Adds a command to the operation computer’s command queue. This will add the command to the queue and ensure that it is sorted by time and priority.
Parameters
| Name | Description |
|---|---|
| command | The command to add to the queue |