메소드 | 설명 | |
---|---|---|
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 ) : |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
public Save ( |
||
n | ||
computer | FlightComputer | |
리턴 | void |
public static WithCommand ( ICommand cmd ) : |
||
cmd | ICommand | |
리턴 |