Table of Contents

Struct StoppingResult

Namespace
BenchmarkDotNet.Engines
Assembly
BenchmarkDotNet.dll
public struct StoppingResult
Inherited Members

Fields

IsFinished

public readonly bool IsFinished

Field Value

bool

Message

public readonly string? Message

Field Value

string

NotFinished

public static readonly StoppingResult NotFinished

Field Value

StoppingResult

Methods

CreateFinished(string)

public static StoppingResult CreateFinished(string message)

Parameters

message string

Returns

StoppingResult