C# Class CommandApp.Commands.StopCommand

Inheritance: CommandBase
Afficher le fichier Open project: arielbh/CodeCommander

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
Execute ( ) : void
InterpretResponse ( ProcessorInput response ) : bool

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

InterpretResponse() public méthode

public InterpretResponse ( ProcessorInput response ) : bool
response CodeValue.CodeCommander.ProcessorInput
Résultat bool