Class ShellInstruction
Inheritance
ShellInstruction
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  Inherited Members
Namespace: SociallyDistant.Core.Core.Scripting.Instructions
Assembly: SociallyDistant.Framework.dll
Syntax
public abstract class ShellInstructionMethods
RunAsync(IConsoleDriver, IScriptExecutionContext)
Declaration
public abstract Task<int> RunAsync(IConsoleDriver console, IScriptExecutionContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| IConsoleDriver | console | |
| IScriptExecutionContext | context | 
Returns
| Type | Description | 
|---|---|
| Task<int> |