TestimoX

API Reference

Interface

ILocalActionResult

Namespace ComputerX.Abstractions
Assembly ComputerX
Modifiers abstract

Common result contract for local action execution.

Properties

public abstract Boolean Succeeded { get; } #

Gets a value indicating whether the action succeeded.

public abstract String Message { get; } #

Gets a human-readable result message.