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