Interface ITestEventCancellationEventHandlerContext

Context for a TestEventCancellationEventHandler function.

interface ITestEventCancellationEventHandlerContext {
    reason: "timeout";
}

Properties

Properties

reason: "timeout"

The reason.

Generated using TypeDoc