Skip to content

TapeWaitScope

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Identifies the terminal text examined by a Wait instruction.

csharp
public enum TapeWaitScope

Fields

Line

The current cursor line.

Returns: TapeWaitScope

csharp
Line = 0

Screen

The visible terminal screen.

Returns: TapeWaitScope

csharp
Screen = 1

Released under the MIT License.