The status type variable is an enumerated type. Status codes provide documentation of what happened with a particular transaction initiated by the audio delivery system, generally reporting either success of the system action or the reason for failure of the action.
Enumerated Status Type |
Displayed Status Code |
Meaning |
---|---|---|
TXN_STARTED |
TXN_STARTED |
An action has started that may have several components who's action results are unknown at the start of the sequence. |
COMPLETED |
ok |
The action completed successfully. |
NOT_COMPLETED |
NOT_COMPLETED |
The action was not completed. |
CANCELLED |
CANCELED |
The action was canceled - typically, this would refer to the playing of a cart. |
IGNORED |
IGNORED |
The action was ignored. This status code is most often associated with an audio switcher input relay. |
TIMED_OUT |
TIMED_OUT |
The action could not be completed in the allocated time. |
TS_DATE_CONFLICT |
Date Conflict |
A cart could not be queued or played because it was out-of-date for the date the action was attempted. |
BREAK_MISSED |
Break Missed |
Typically seen when items on the log are queued but not played before the next log directive clears them from the queue. Most often seen when running in satellite mode of operation. |
TS_MANUAL_FORCE |
ManuallyForced |
A cart was not valid for the date, but was forced to the play line or queue by the operator. |
TS_REC_FAIL_CH_IN_USE |
FailRecChInUse |
A recording failed because the record channel was already in use. |
TS_REC_FAIL_MALLOC_ERR |
FailMallocErr |
The action failed because of a memory allocation error. Most often seen with DCS units. |
TS_REC_FAIL_CART_ON_PLINE |
FailCartOnPLin |
The action, usually a recording, failed because the cart was on a play line at the time the action was attempted. |
TS_REC_FAIL_CART_IN_QUE |
FailCartInQue |
The action, usually a recording, failed because the cart was in the queue at the time the action was requested. |
TS_REC_FAIL_CART_EXISTS |
FailCartExists |
The action failed because the cart already exists. Typically, this is seen when a recording is to be made and the recording function has been set to NOT overwrite the cart if it already exists. |
TS_REC_FAIL_DISK_FULL |
Fail Disk Full |
The action failed because the target hard was full. Typically, this code appears when a recording is being made and the system runs out of hard disk space. |
TS_REC_AUTO_START |
RecAutoStarted |
A recording action has started with AutoStart option set. |
TS_REC_START_NOW |
RecStartedNow |
A recording actually began at the time indicated. An record action with AutoStart might have been "armed" several seconds (or even minutes) ago, but this is the time the recording actually began. |
TS_REC_APTX_NA |
Rec Aptx N/A |
A recording action failed because the data reduction method for the recording was apt-X and apt-X data reduction was not available on the DCS or Maestro unit attempting the recording. |
TS_REC_MANUAL_STOP |
RecManualStop |
A recording was manually stopped. |
TS_REC_AUTO_STOP |
RecAutoStop |
A recording was automatically stopped based on a maximum recording length. |
TS_REC_RELAY_STOP |
RecRelayStop |
A recording was stopped based on an input relay received. |
TS_REC_FAIL_BAD_CARTNUM |
FailBadCartNum |
The action failed because of a bad cart number. |
TS_PAUSED |
Play Paused |
A cart play was paused. |
TS_REC_PAUSED |
RecPaused |
A recording was paused. |
TS_REC_RESUMED |
RecResumed |
A recording was resumed from a paused state. |
TS_REC_REMOTE_STOP |
RecRemoteStop |
A recording was stopped by remote control, using Computer Concepts' published control protocol. |
TS_REC_MPEG_NA |
Rec MPEG N/A |
A recording action failed because the data reduction method for the recording was ISO-MPEG and ISO-MPEG data reduction was not available on the DCS or Maestro unit attempting the recording. |
TS_REC_FAIL_NO_ACCESS |
FailNoAccess |
The action failed because DCS or Maestro did not have access to a required resource. |
TS_REC_FAIL_CART_IN_RCW |
FailCartInRCW |
A recording failed because the cart was already in the recording control window. |
TS_CART_MISSING |
Cart Missing |
An action failed because a specified cart number was missing. |
dcsTools-Specific |
|
|
TS_LOG_ADD |
AddLogItem* |
An item was added to the active log in XStudio. |
TS_LOG_DEL |
DelLogItem* |
An active log item was deleted within XStudio. |
TS_LOG_EDIT |
EditLogItem* |
An active log item was edited within XStudio. |
TS_LOG_SPLICE |
LogSplice* |
An updated log on disk was spliced into the active XStudio log. |