Table of Contents

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

Task

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.