Method CancelEvaluationAsync
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
CancelEvaluationAsync()
Cancels an ongoing evaluation process asynchronously.
Task CancelEvaluationAsync()
Returns
Remarks
This method signals the cancellation of an evaluation process that is currently in progress. It does not block the calling thread and returns immediately. Ensure that the evaluation process being canceled supports cancellation.