C# Class Tectil.NCommand.ExecutionFlows.RunInteractive

Run in interactive mode. Commands will be listed and can be executed multiple times.
Inheritance: Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowBase, IExecutionFlow
Mostra file Open project: tectil/NCommand

Public Methods

Method Description
Run ( ExecutionContext context ) : void

Runs the command in interactive mode.

Private Methods

Method Description
ParsePlus ( string line ) : int
RunCommand ( ExecutionContext context ) : bool

Method Details

Run() public method

Runs the command in interactive mode.
public Run ( ExecutionContext context ) : void
context Tectil.NCommand.Contract.ExecutionContext Execution context
return void