VerificationType Enumeration |
** NOTE: ADDED in CFX 1.3 **
An enumeration indicating the type of verification that can be executed during the process (i.e. maintenance)
Namespace: CFX.Structures.MaintenanceAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum VerificationType
Public Enumeration VerificationType
Members| Member name | Value | Description |
|---|
| Unkwnown | 0 |
Unknown verification type
|
| General | 1 |
General verification of the machine
|
| Special | 2 |
Special verification, specific for a given part
|
See Also