TapeSleepCommand
Namespace: Hex1b.Automation
Assembly: Hex1b.dll
Pauses execution for a duration.
csharp
public sealed record TapeSleepCommand : TapeCommand, IEquatable<TapeCommand>, IEquatable<TapeSleepCommand>Inheritance
Object → TapeCommand → TapeSleepCommand
Implements
Constructors
TapeSleepCommand(TapeDurationLiteral, TapeSourceSpan)
Pauses execution for a duration.
Parameters:
Duration(TapeDurationLiteral): The unconverted duration.Span(TapeSourceSpan): The instruction's source range.
csharp
public TapeSleepCommand(TapeDurationLiteral Duration, TapeSourceSpan Span)Properties
Duration
The unconverted duration.
Returns: TapeDurationLiteral
csharp
public TapeDurationLiteral Duration { get; init; }