C# Class CommandApp.Commands.StopCommand

Inheritance: CommandBase
Show file Open project: arielbh/CodeCommander

Public Methods

Method Description
CanExecute ( ) : bool
Execute ( ) : void
InterpretResponse ( ProcessorInput response ) : bool

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

Execute() public method

public Execute ( ) : void
return void

InterpretResponse() public method

public InterpretResponse ( ProcessorInput response ) : bool
response CodeValue.CodeCommander.ProcessorInput
return bool