Media Status

From truxwiki.com
Jump to navigation Jump to search

These defined constants represent the states of media in Truxton.

This information is also kept in the [MediaStatus] database table. This value is stored in the [MediaStatusID] column of the [Media] 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_RECEIVED 120 The media has been received.
MEDIA_STATUS_AWAITING_APPROVAL 125 Waiting for approval to process the media.
MEDIA_STATUS_APPROVED 130 Approval for processing has been given.
MEDIA_STATUS_DENIED 131 Permission to process the media has been denied.
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_PUBLISHED 235 The media has been published from the local database server to another database server.
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.