project BLF > class BBaseDaemonQueue > business logic query GetDaemonQueueInfo

Description

GetDaemonQueueInfo


Parameters


iiDaemonQueueIdintegerDaemon queue ID


query condition


  each fcDaemonQueue where
fcDaemonQueue.DaemonQueueId = iiDaemonQueueId


query resultset tqGetDaemonQueueInfo


field namedata typedb fielddescription
tiDaemonIdintegerfcDaemonQueue.DaemonIdDaemon ID
ttDaemonQueueEndDatedatefcDaemonQueue.DaemonQueueEndDateactual end date and time of processing the request
tiDaemonQueueEndTimeintegerfcDaemonQueue.DaemonQueueEndTimeactual end date and time of processing the request
tiDaemonQueueIdintegerfcDaemonQueue.DaemonQueueIdidentifier
tiDaemonQueueLockedProcessintegerfcDaemonQueue.DaemonQueueLockedProcessprocess ID of the daemon process that is handling this request
tcDaemonQueueLogcharacterfcDaemonQueue.DaemonQueueLogError Log of this Daemon Request
tiDaemonQueuePriorityintegerfcDaemonQueue.DaemonQueuePrioritydefines the sequence of processing requests in a single loop (also see fcdaemon.DaemonNrOfRequestsInLoop)
tcDaemonQueueRefcharacterfcDaemonQueue.DaemonQueueRefinternal reference to identify the request (may contain non-displayable ID's)
tcDaemonQueueRefDescriptioncharacterfcDaemonQueue.DaemonQueueRefDescriptiondisplayable reference for identifying the request
ttDaemonQueueReqStartDatedatefcDaemonQueue.DaemonQueueReqStartDatethe request will not be processed before this date and time
tiDaemonQueueReqStartTimeintegerfcDaemonQueue.DaemonQueueReqStartTimethe request will not be processed before this date and time
ttDaemonQueueStartDatedatefcDaemonQueue.DaemonQueueStartDateactual start date and time of processing the request
tiDaemonQueueStartTimeintegerfcDaemonQueue.DaemonQueueStartTimeactual start date and time of processing the request
tcDaemonQueueStatuscharacterfcDaemonQueue.DaemonQueueStatuspossible values:
WAITING
IN-PROCESS
PROCESSED-OK
PROCESSED-ERROR


Internal usage


BLF
method BReportDaemonProcessor.PerformWorkItem
method BScanDaemonProcessor.PerformWorkItem
method BTimeOutDaemonProcessor.PerformWorkItem