Important
This interface is for internal use only and must not be accessed by the user code.
Provides access to the internal functionality of EvaluationContext.
public interface IEvaluationContextInternal
Public Interface IEvaluationContextInternal
public interface class IEvaluationContextInternal
type IEvaluationContextInternal = interface end
BreakNext | Specifies whether evaluation should be stopped for debugging on the next upcoming step. |
TerminateNext | Specifies whether evaluation should be terminated on the next upcoming step. |
ChangeErrorState | Raises OnErrorState event. |
ChangeEvaluationState | Raises OnEvaluation event. |
ProgressChange | Raises OnProgressChanged event. |