icDaemonName | character | |
icDaemonNameDiffers | character | If you fill a value for this param then you will get back only those records whose name differs from the passed value |
icDaemonStatus | character | |
icDaemonStatusDiffers | character | If you fill a value for this param then you will get back only those records whose status differs from the passed value |
iiMaxNbrOfInstances | integer | |
iiMaxNbrOfInstancesAtLeast | integer | If you fill a value for this param then you will get back only those records whose property MaxNbrOfInstances is higher than the passed value |
field name | data type | db field | description |
---|---|---|---|
tiDaemonId | integer | fcDaemon.DaemonId | identifier |
tcDaemonName | character | fcDaemon.DaemonName | Daemon Name |
tiDaemonInterval | integer | fcDaemon.DaemonInterval | amount of seconds to wait before looking for new tasks |
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 |
tiDaemonMaxNumberOfInstances | integer | fcDaemon.DaemonMaxNumberOfInstances | number of processes to start when starting the daemon |
tcDaemonProcessIDs | character | fcDaemon.DaemonProcessIDs | process ID numbers of the daemon processes |
tiDaemonRunningProcesses | integer | fcDaemon.DaemonRunningProcesses | number of processes currently running this daemon |
tcDaemonLogin | character | fcDaemon.DaemonLogin | login name to use to log in to the application |
tcDaemonOsCommand | character | fcDaemon.DaemonOsCommand | command line to start a daemon process Points to the progress run-time and may contain extra startup parameters, excluding parameters that will be added by default (-ininame -param -p -b). Tag <DaemonExecutable> will be replaced with the actual value read from server.xml. When empty, default value is 'D_<appservername>_<daemonname>(.exe)' (the progress run-time is copied to a file with this name). This way the daemon processes can be easily recognised in the process list. |
tcDaemonAppserver | character | fcDaemon.DaemonAppserver | progress appserver URL When empty, the daemon process will run locally |