Difference between revisions of "Media Status"
Jump to navigation
Jump to search
(Created page with "These defined constants represent the states of media in Truxton. {| class="wikitable" ! Name ! Value ! Meaning |- | <code>MEDIA_STATUS_UNKNOWN</code> | style="text-align:cen...") |
|||
| Line 1: | Line 1: | ||
These defined constants represent the states of media in Truxton. | These defined constants represent the states of media in Truxton. | ||
| + | |||
| + | This information is also kept in the <code>MediaStatus</code> database table. | ||
{| class="wikitable" | {| class="wikitable" | ||
Revision as of 14:53, 20 May 2020
These defined constants represent the states of media in Truxton.
This information is also kept in the MediaStatus database table.
| Name | Value | Meaning |
|---|---|---|
MEDIA_STATUS_UNKNOWN
|
0 | We don't know what the status of the media is. |
MEDIA_STATUS_NOT_YET_IMAGED
|
100 | A forensically sound copy of the media has not yet been made. |
MEDIA_STATUS_BEING_IMAGED
|
101 | The media is currently in the process of being forensically imaged. |
MEDIA_STATUS_IMAGED
|
102 | A forensically sound copy of the media has been made. |
MEDIA_STATUS_READY_FOR_LOADING
|
150 | The media is ready to be loaded. |
MEDIA_STATUS_QUEUED_FOR_LOADING
|
160 | The media has been queued for loading. |
MEDIA_STATUS_LOADING
|
200 | The media is being processed by Load.exe
|
MEDIA_STATUS_PAUSED
|
203 | Processing of the media has been paused. |
MEDIA_STATUS_NOW_IN_ETL_LAYER
|
205 | Load.exe has finished but the ETL layer is still processing.
|
MEDIA_STATUS_COUNTING_CHILDREN
|
220 | Counting the number of children of each file processed and storing that in the database. |
MEDIA_STATUS_RESOLVING_PATHS
|
221 | Constructing the full path string of each file processes and storing that in the database. |
MEDIA_STATUS_PROCESSING_ALERTS
|
223 | Generating any alerts from data in the media. |
MEDIA_STATUS_FINISHING
|
225 | Performing housekeeping chores such as saving load statistics. |
MEDIA_STATUS_LOADED
|
230 | The media has been loaded. |
MEDIA_STATUS_EXPIRED
|
240 | The expiration date of the media has been reached. |
MEDIA_STATUS_PURGING
|
245 | The media is in the process of being deleted due to expiration date. |
MEDIA_STATUS_PURGED
|
249 | The media was deleted because the expiration date had been passed. |