Interface ICommandTask
Interface for an in-game command.
Namespace: SociallyDistant.Core.OS.Tasks
Assembly: SociallyDistant.Framework.dll
Syntax
public interface ICommandTaskMethods
Main(ISystemProcess, IConsoleDriver, string[])
Run the command.
Declaration
Task Main(ISystemProcess process, IConsoleDriver consoleDriver, string[] commandArguments)Parameters
| Type | Name | Description | 
|---|---|---|
| ISystemProcess | process | |
| IConsoleDriver | consoleDriver | |
| string[] | commandArguments | 
Returns
| Type | Description | 
|---|---|
| Task |