Table of Contents

Enum TestState

Namespace
Loehnert.Lisrt.HighVoltageTester.Etl
Assembly
Loehnert.Lisrt.HighVoltageTester.Etl.dll

Represents the state of a test.

public enum TestState

Fields

AbortedFailure = 5

Test aborted because of failure.

AbortedUser = 6

Test aborted by user.

Active = 1

Test is active.

ActiveNoValues = 7

Test active, but measurements are not valid.

ETLKWPNoDataInFIFO = 100

There is no data in the FIFO.

Failed = 3

Test ended with result failed.

Failure = 4

Test didn't start because of failure.

Inactive = 0

Test is inactive.

Passed = 2

Test ended with result passed.