TestimoX

API Reference

Class

ServiceStatusInfo

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents current Windows Service status and related paths.

Inheritance

  • Object
  • ServiceStatusInfo

Constructors

Properties

public String Name { get; set; } #

Windows service name.

public String Status { get; set; } #

Current service status.

public Boolean CanStop { get; set; } #

Indicates whether the service can be stopped.

public String DisplayName { get; set; } #

Service display name.

public String ImagePath { get; set; } #

Raw ImagePath value reported by the Windows service registry entry.

public String ExecutablePath { get; set; } #

Resolved path to the service executable.

public String ConfigPath { get; set; } #

Path to the deployed service.json.