Enum WakeLockType
- Namespace
- BenchmarkDotNet.Configs
- Assembly
- BenchmarkDotNet.dll
public enum WakeLockType
Fields
Display = 2Forces the display to be on while benchmarks are running.
None = 0Allows the system to enter sleep and/or turn off the display while benchmarks are running.
System = 1Forces the system to be in the working state while benchmarks are running.