Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Tectil
NCommand
ExecutionFlows
Internals
ExecutionFlowBase
C# Class Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowBase
Base class for flow execution.
Mostra file
Open project: tectil/NCommand
Public Methods
Method
Description
RunCommand
(
ExecutionContext
context
) :
bool
Runs the command.
Method Details
RunCommand()
public
method
Runs the command.
public
RunCommand
(
ExecutionContext
context
) :
bool
context
Tectil.NCommand.Contract.ExecutionContext
return
bool