C# Class NpmTaskRunner.TaskNode
Show file
Open project: madskristensen/NpmTaskRunner
Class Usage Examples
Public Methods
Method |
Description |
|
Invoke ( ITaskRunnerCommandContext context ) : Task |
|
|
TaskNode ( string name, bool invokable, bool isNpm ) : System.Threading.Tasks |
|
|
Method Details
public Invoke ( ITaskRunnerCommandContext context ) : Task |
context |
ITaskRunnerCommandContext |
|
return |
Task |
|
public TaskNode ( string name, bool invokable, bool isNpm ) : System.Threading.Tasks |
name |
string |
|
invokable |
bool |
|
isNpm |
bool |
|
return |
System.Threading.Tasks |
|