Class ParallelInstruction
  
  
  
    Inheritance
    
    
    ParallelInstruction
   
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    public sealed class ParallelInstruction : ShellInstruction
   
  Constructors
  
  ParallelInstruction(ShellInstruction, ShellInstruction)
  
  
  Declaration
  
    public ParallelInstruction(ShellInstruction first, ShellInstruction next)
   
  Parameters
  
  Methods
  
  RunAsync(IConsoleDriver, IScriptExecutionContext)
  
  
  Declaration
  
    public override Task<int> RunAsync(IConsoleDriver console, IScriptExecutionContext context)
   
  Parameters
  
  Returns
  
  Overrides