TestimoX

API Reference

Class

ServiceActionResult

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents a simple service action result (e.g., Restart).

Inheritance

  • Object
  • ServiceActionResult

Constructors

public ServiceActionResult() #

Properties

public String Name { get; set; } #

Windows service name.

public String Action { get; set; } #

Action performed (e.g., Restart, RunNow, AddApiKey, RemoveApiKey).

public Boolean Success { get; set; } #

Indicates whether the action succeeded.