ICancellable public interface ICancellable Represents a cancellable task without result. Documentation Code 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.