Interface IScriptCommand
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IScriptCommand
Methods
ExecuteAsync(IScriptExecutionContext, IConsoleDriver, string, string[])
Declaration
Task ExecuteAsync(IScriptExecutionContext context, IConsoleDriver console, string name, string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| IScriptExecutionContext | context | |
| IConsoleDriver | console | |
| string | name | |
| string[] | args |
Returns
| Type | Description |
|---|---|
| Task |