C# Class Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowBase

Base class for flow execution.
Afficher le fichier Open project: tectil/NCommand

Méthodes publiques

Méthode Description
RunCommand ( ExecutionContext context ) : bool

Runs the command.

Method Details

RunCommand() public méthode

Runs the command.
public RunCommand ( ExecutionContext context ) : bool
context Tectil.NCommand.Contract.ExecutionContext
Résultat bool