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