Table of Contents

Property CancelThunk

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

CancelThunk

Gets or sets a thunk to be used to determine whether cancellation has been requested.

public Func<bool>? CancelThunk { get; set; }

Property Value

Func<bool>