Skip to content

WaitStep

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

A step that pauses for a specified duration.

csharp
public sealed record WaitStep : TestStep, IEquatable<TestStep>, IEquatable<WaitStep>

Inheritance

ObjectTestStepWaitStep

Implements

Constructors

WaitStep(TimeSpan)

A step that pauses for a specified duration.

Parameters:

csharp
public WaitStep(TimeSpan Duration)

Properties

Duration

Returns: TimeSpan

csharp
public TimeSpan Duration { get; init; }

Released under the MIT License.