Difference between revisions of "Investigation Statuses"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "This information is also kept in the <code>InvestigationStatus</code> database table. {| class="wikitable" ! Name ! Value ! Meaning |- | <code>INVESTIGATION_STATUS_UNKNOWN</c...")
 
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.
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 11:31, 3 December 2020

This information is also kept in the [InvestigationStatus] database table.

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.