TestimoX

API Reference

Struct

RunCompleted

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

Emitted when a run completes.

Inheritance

  • ValueType
  • RunCompleted

Constructors

public RunCompleted(TimeSpan Elapsed, DateTimeOffset Timestamp) #

Emitted when a run completes.

Parameters

Elapsed System.TimeSpan requiredposition: 0
Total elapsed time.
Timestamp System.DateTimeOffset requiredposition: 1
UTC timestamp when the run finished.

Methods

public Void Deconstruct(out TimeSpan Elapsed, out DateTimeOffset Timestamp) #
Returns: Void

Parameters

Elapsed TimeSpan requiredposition: 0
Timestamp DateTimeOffset requiredposition: 1
public virtual Boolean Equals(RunCompleted other) #
Returns: Boolean

Parameters

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

Properties

public TimeSpan Elapsed { get; set; } #

Total elapsed time.

public DateTimeOffset Timestamp { get; set; } #

UTC timestamp when the run finished.