Interface ITerminalProcessController
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public interface ITerminalProcessController
Properties
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 |