C# Class Tectil.NCommand.ExecutionFlows.RunExecute

Execute single command. Missing arguments will be asked for.
Inheritance: Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowBase, IExecutionFlow
Afficher le fichier Open project: tectil/NCommand

Méthodes publiques

Méthode Description
Run ( ExecutionContext context ) : void

Mode Execute. Not silent, missing parameters will be asked.

Method Details

Run() public méthode

Mode Execute. Not silent, missing parameters will be asked.
public Run ( ExecutionContext context ) : void
context Tectil.NCommand.Contract.ExecutionContext Execution context
Résultat void