Enum TestState
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Etl
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Etl.dll
Represents the state of a test.
public enum TestState
Fields
AbortedFailure = 5Test aborted because of failure.
AbortedUser = 6Test aborted by user.
Active = 1Test is active.
ActiveNoValues = 7Test active, but measurements are not valid.
ETLKWPNoDataInFIFO = 100There is no data in the FIFO.
Failed = 3Test ended with result failed.
Failure = 4Test didn't start because of failure.
Inactive = 0Test is inactive.
Passed = 2Test ended with result passed.