API Reference / ILocalActionResultAPI ReferenceInterface ILocalActionResultNamespace ComputerX.AbstractionsAssembly ComputerXModifiers abstractCommon result contract for local action execution.Filter membersAll (2) Properties (2)Show inherited Expand all Collapse all ResetPropertiespublic abstract Boolean Succeeded { get; } #Gets a value indicating whether the action succeeded.public abstract String Message { get; } #Gets a human-readable result message.