Declared in SpacecraftOperationComputer
Declaration
void ExecuteCommand(
JObject command
);Description
Executes a command on the spacecraft operation computer. This will perform the command at the current time.
Parameters
| Name | Description |
|---|---|
| command | The command to execute |