TestimoX

API Reference

Class

ServiceRunHistory

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents last-run history metadata.

Inheritance

  • Object
  • ServiceRunHistory

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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.