TestimoX

API Reference

Class

ServiceRuntimeStatus

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents runtime status of the TestimoX service.

Inheritance

  • Object
  • ServiceRuntimeStatus

Constructors

public ServiceRuntimeStatus() #

Properties

public Boolean Running { get; set; } #

Whether the service runner is currently executing.

public String Status { get; set; } #

Windows service status string when available (e.g., Running, Stopped).

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

Timestamp of the last run.

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

Whether the last run succeeded.

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

Next scheduled run time.

public String ExportDir { get; set; } #

Resolved export directory.

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

Whether diff output is enabled.

public Nullable<Int32> RetentionDays { get; set; } #

Retention days for export data.

public String ServiceName { get; set; } #

Service name.

public String ConfigPath { get; set; } #

Path to the active service.json.

public String ToolVersion { get; set; } #

Tool version.