Table of Contents

Class MessageHandlerArgs

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

Allows cancellation during message handling.

public abstract class MessageHandlerArgs
Inheritance
MessageHandlerArgs
Derived
Inherited Members

Properties

IsStopped

Gets a value to indicate whether stop has been requested.

public bool IsStopped { get; }

Property Value

bool

Methods

Stop()

Call to indicate that execution should stop.

public void Stop()