TestimoX

API Reference

Struct

RunStarted

Namespace TestimoX.Execution.Progress
Assembly TestimoX
Base ValueType
Implements
IEquatable<RunStarted>
Modifiers sealed

Emitted once at the beginning of a run.

Inheritance

  • ValueType
  • RunStarted

Constructors

public RunStarted(Int32 TotalTasks, DateTimeOffset Timestamp) #

Emitted once at the beginning of a run.

Parameters

TotalTasks System.Int32 requiredposition: 0
Total number of tasks scheduled.
Timestamp System.DateTimeOffset requiredposition: 1
UTC timestamp when the run started.

Methods

public Void Deconstruct(out Int32 TotalTasks, out DateTimeOffset Timestamp) #
Returns: Void

Parameters

TotalTasks Int32 requiredposition: 0
Timestamp DateTimeOffset requiredposition: 1
public virtual Boolean Equals(RunStarted other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public Int32 TotalTasks { get; set; } #

Total number of tasks scheduled.

public DateTimeOffset Timestamp { get; set; } #

UTC timestamp when the run started.