Struct StoppingResult
- Namespace
- BenchmarkDotNet.Engines
- Assembly
- BenchmarkDotNet.dll
public struct StoppingResult
- Inherited Members
Fields
IsFinished
public readonly bool IsFinished
Field Value
Message
public readonly string? Message
Field Value
NotFinished
public static readonly StoppingResult NotFinished
Field Value
Methods
CreateFinished(string)
public static StoppingResult CreateFinished(string message)
Parameters
message
string