AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.1" />

 ICancellable

public interface ICancellable
Represents a cancellable task without result.
bool IsCompleted { get; }

Gets if the task has already completed.

bool IsRunning { get; }

Gets if the task is (still) running.

void Cancel()

Cancels the covered task.