| iiDaemonID | integer | DaemonID |
| icDaemonQueueStatus | character | DaemonQueueStatus (Comma Seperated List: Waiting,Processed-Ok,Processed-err,InProcess |
each fcDaemonQueue where
| field name | data type | db field | description |
|---|---|---|---|
| tiDaemonId | integer | fcDaemonQueue.DaemonId | Daemon ID |
| ttDaemonQueueEndDate | date | fcDaemonQueue.DaemonQueueEndDate | actual end date and time of processing the request |
| tiDaemonQueueEndTime | integer | fcDaemonQueue.DaemonQueueEndTime | actual end date and time of processing the request |
| tcDaemonQueueEndTimeCalc | character | calculated | DaemonQueueEndTimeCalc |
| tiDaemonQueueId | integer | fcDaemonQueue.DaemonQueueId | identifier |
| tiDaemonQueueLockedProcess | integer | fcDaemonQueue.DaemonQueueLockedProcess | process ID of the daemon process that is handling this request |
| tcDaemonQueueLog | character | fcDaemonQueue.DaemonQueueLog | Error Log of this Daemon Request |
| tiDaemonQueuePriority | integer | fcDaemonQueue.DaemonQueuePriority | defines the sequence of processing requests in a single loop (also see fcdaemon.DaemonNrOfRequestsInLoop) |
| tcDaemonQueueRef | character | fcDaemonQueue.DaemonQueueRef | internal reference to identify the request (may contain non-displayable ID's) |
| tcDaemonQueueRefDescription | character | fcDaemonQueue.DaemonQueueRefDescription | displayable reference for identifying the request |
| ttDaemonQueueReqStartDate | date | fcDaemonQueue.DaemonQueueReqStartDate | the request will not be processed before this date and time |
| tiDaemonQueueReqStartTime | integer | fcDaemonQueue.DaemonQueueReqStartTime | the request will not be processed before this date and time |
| tcDaemonQueueReqStartTimeCalc | character | calculated | DaemonQueueReqStartTimeCalc |
| ttDaemonQueueStartDate | date | fcDaemonQueue.DaemonQueueStartDate | actual start date and time of processing the request |
| tiDaemonQueueStartTime | integer | fcDaemonQueue.DaemonQueueStartTime | actual start date and time of processing the request |
| tcDaemonQueueStartTimeCalc | character | calculated | DaemonQueueStartTimeCalc |
| tcDaemonQueueStatus | character | fcDaemonQueue.DaemonQueueStatus | possible values: WAITING IN-PROCESS PROCESSED-OK PROCESSED-ERROR |
BLF