Class TestProcessResult
Unit results per process in verification rule.
Inheritance
System.Object
TestProcessResult
Namespace: Virinco.WATS.Interface.MES.Production
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class TestProcessResult : object
Properties
NonPassedCount
How many times the unit didn't pass the test.
Declaration
public int NonPassedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ProcessCode
Test operation code.
Declaration
public short ProcessCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
ProcessIndex
Test operation order index.
Declaration
public string ProcessIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProcessName
Test operation name.
Declaration
public string ProcessName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RepairCount
How many times the unit was repaired.
Declaration
public int RepairCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
StartUtc
Test start date and time.
Declaration
public DateTime StartUtc { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
StationName
Name of test station.
Declaration
public string StationName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StatusText
Unit test status in this process.
Declaration
public string StatusText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TotalCount
How many times the unit was tested.
Declaration
public int TotalCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |