Interface ITerminalProcessController
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public interface ITerminalProcessControllerProperties
IsExecutionHalted
Declaration
bool IsExecutionHalted { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
Methods
Run(IConsoleDriver)
Declaration
Task Run(IConsoleDriver console)Parameters
| Type | Name | Description | 
|---|---|---|
| IConsoleDriver | console | 
Returns
| Type | Description | 
|---|---|
| Task |