Method | Description | |
---|---|---|
Load ( |
Load the saved CancelCommand and find the element to cancel, based on the saved queue position
|
|
Pop ( FlightComputer computer ) : bool | ||
ResetActive ( ) : |
||
Save ( |
Saves the queue index for this command to the persist
|
|
WithCommand ( ICommand cmd ) : |
Method | Description | |
---|---|---|
cancelActiveCommand ( System.Guid cmdGuid, FlightComputer computer ) : bool |
Cancels the current active command.
|
|
cancelQueuedCommand ( System.Guid cmdGuid, FlightComputer computer ) : bool |
Cancels a queued command by it's guid
|
public Load ( |
||
n | ||
computer | FlightComputer | |
return | bool |
public Pop ( FlightComputer computer ) : bool | ||
computer | FlightComputer | |
return | bool |
public static ResetActive ( ) : |
||
return |
public Save ( |
||
n | ||
computer | FlightComputer | |
return | void |
public static WithCommand ( ICommand cmd ) : |
||
cmd | ICommand | |
return |