Struct StoppingResult
Namespace: BenchmarkDotNet.Engines
Assembly: BenchmarkDotNet.dll
Syntax
public struct StoppingResult
Fields
IsFinished
Declaration
public readonly bool IsFinished
Field Value
Type | Description |
---|---|
Boolean |
Message
Declaration
public readonly string Message
Field Value
Type | Description |
---|---|
String |
NotFinished
Declaration
public static readonly StoppingResult NotFinished
Field Value
Type | Description |
---|---|
StoppingResult |
Methods
CreateFinished(String)
Declaration
public static StoppingResult CreateFinished(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
Returns
Type | Description |
---|---|
StoppingResult |