Click or drag to resize

IssueStatus Enumeration

** NOTE: ADDED in CFX 1.4 **

An enumeration which describes the lifecycle of an issue, such as a Defect or Symptom

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum IssueStatus
Members
Member nameValueDescription
NewlyDiscovered0 The issue is newly discovered
Confirmed1 The issue has been confirmed
False2 The issue is not confirmed, and considered to be invalid (false defect, symptom, etc.)
Repaired3 The issue has been repaired
Closed4 The issue has been fully resolved, and closed
See Also