Skip to content

TapeSleepCommand

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Pauses execution for a duration.

csharp
public sealed record TapeSleepCommand : TapeCommand, IEquatable<TapeCommand>, IEquatable<TapeSleepCommand>

Inheritance

ObjectTapeCommandTapeSleepCommand

Implements

Constructors

TapeSleepCommand(TapeDurationLiteral, TapeSourceSpan)

Pauses execution for a duration.

Parameters:

csharp
public TapeSleepCommand(TapeDurationLiteral Duration, TapeSourceSpan Span)

Properties

Duration

The unconverted duration.

Returns: TapeDurationLiteral

csharp
public TapeDurationLiteral Duration { get; init; }

Released under the MIT License.