Table of Contents

Class ExecutionResultInfo

Namespace
RDCore.SDK.Runtime.Abstract.Execution
Assembly
RDCore.SDK.dll

An execution result value that encapsulates a RuntimeSemanticsEvaluationResult result object.

public record ExecutionResultInfo : IEquatable<ExecutionResultInfo>
Inheritance
ExecutionResultInfo
Implements
Inherited Members

Constructors

ExecutionResultInfo(RuntimeSemanticsEvaluationResult)

An execution result value that encapsulates a RuntimeSemanticsEvaluationResult result object.

public ExecutionResultInfo(RuntimeSemanticsEvaluationResult EvaluationResult)

Parameters

EvaluationResult RuntimeSemanticsEvaluationResult

The result of the runtime semantic evaluation.

Properties

EvaluationResult

The result of the runtime semantic evaluation.

public RuntimeSemanticsEvaluationResult EvaluationResult { get; init; }

Property Value

RuntimeSemanticsEvaluationResult