Difference between revisions of "Investigation Statuses"

From truxwiki.com
Jump to navigation Jump to search
Line 1: Line 1:
 
This information is also kept in the <code>[InvestigationStatus]</code> database table.
 
This information is also kept in the <code>[InvestigationStatus]</code> database table.
 +
You are free to create whatever status values you need to accurately represent the status of an investigation in your organization.
 +
Please start your new values after the value of 100 so future versions of Truxton won't collide with your custom values.
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 06:14, 16 February 2021

This information is also kept in the [InvestigationStatus] database table. You are free to create whatever status values you need to accurately represent the status of an investigation in your organization. Please start your new values after the value of 100 so future versions of Truxton won't collide with your custom values.

Name Value Meaning
INVESTIGATION_STATUS_UNKNOWN 0 We don't know what the status of investigation this is.
INVESTIGATION_STATUS_OPEN 1 The investigation is open and active.
INVESTIGATION_STATUS_WAITING 2 The investigation is paused waiting for something.
INVESTIGATION_STATUS_CLOSED 3 The investigation is finished.