TestimoX

API Reference

Class

ServiceRunHistory

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents last-run history metadata.

Inheritance

  • Object
  • ServiceRunHistory

Constructors

public ServiceRunHistory() #

Properties

public Nullable<DateTimeOffset> LastRunUtc { get; set; } #

Last run timestamp (UTC).

public Nullable<Boolean> LastSuccess { get; set; } #

Whether the last run succeeded.