TestimoX

API Reference

Class

RunCompletionSummary

Namespace TestimoX.Storage
Assembly TestimoX
Modifiers sealed

Summary reported to the store on run completion.

Inheritance

  • Object
  • RunCompletionSummary

Constructors

public RunCompletionSummary() #

Properties

public String RunId { get; set; } #

Run identifier (same value supplied at start).

public DateTimeOffset Ended { get; set; } #

UTC timestamp when the run ended.

public Int32 PlannedTasks { get; set; } #

Total number of planned tasks.

public Int32 CompletedTasks { get; set; } #

Total number of completed tasks.

public Int32 EligibleForestFamilies { get; set; } #

Total unique rule families eligible at Forest scope.

public Int32 EligibleDomainFamilies { get; set; } #

Total unique rule families eligible at Domain scope.

public Int32 EligibleDcFamilies { get; set; } #

Total unique rule families eligible at Domain Controller scope.