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.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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