TestimoX

API Reference

Struct

TaskUpdate

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

Emitted to carry incremental status or textual updates for a task.

Inheritance

  • ValueType
  • TaskUpdate

Constructors

public TaskUpdate(Int32 TaskId, String Message) #

Emitted to carry incremental status or textual updates for a task.

Parameters

TaskId System.Int32 requiredposition: 0
Task identifier.
Message System.String requiredposition: 1
Update message (plain text or markup).

Methods

public Void Deconstruct(out Int32 TaskId, out String Message) #
Returns: Void

Parameters

TaskId Int32 requiredposition: 0
Message String requiredposition: 1
public virtual Boolean Equals(TaskUpdate other) #
Returns: Boolean

Parameters

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

Properties

public Int32 TaskId { get; set; } #

Task identifier.

public String Message { get; set; } #

Update message (plain text or markup).