iiDaemonId | integer | Daemon id |
icDaemonName | character | Name of the daemon |
icDaemonStatus | character | Status of the daemon |
icDaemonStatusDiffersFrom | character | Status the real daemon status has to be different from. |
field name | data type | db field | description |
---|---|---|---|
tiDaemonId | integer | fcDaemon.DaemonId | identifier |
tiDaemonInterval | integer | fcDaemon.DaemonInterval | amount of seconds to wait before looking for new tasks |
tlDaemonKeepProcessedOKItems | logical | fcDaemon.DaemonKeepProcessedOKItems | When set to true, records in the fcdaemonqueue table will not be deleted. When set to false, records with status 'PROCESSED-OK' will be deleted. |
tcDaemonLogin | character | fcDaemon.DaemonLogin | login name to use to log in to the application |
tiDaemonMaxNumberOfInstances | integer | fcDaemon.DaemonMaxNumberOfInstances | number of processes to start when starting the daemon |
tcDaemonName | character | fcDaemon.DaemonName | Daemon Name |
tiDaemonNrOfRequestsInLoop | integer | fcDaemon.DaemonNrOfRequestsInLoop | the daemon process will pause each time this number of tasks has been processed |
tcDaemonProcessIDs | character | fcDaemon.DaemonProcessIDs | process ID numbers of the daemon processes |
tiDaemonRunningProcesses | integer | fcDaemon.DaemonRunningProcesses | number of processes currently running this daemon |
tcDaemonStatus | character | fcDaemon.DaemonStatus | indicates the active status of the daemon When set to 'STOPPING' all processes running this daemon will end. possible statuses: INACTIVE RUNNING STOPPING |