Description
Get a list of daemons that can be stopped.
Parameters
| ocDaemonNames | output | character | comma separated list of the internal name of the daemons to stop |
| ocDaemonLabels | output | character | comma separated list of the translated name of the daemons to stop |
| oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program3/bdaemonfunctions.p)
<M-25 run GetDaemonStatus
(input {&DAEMONSTATUS-RUNNING} (icDaemonStatus),
input 'Stop' (icActivityCode),
output ocDaemonNames (ocDaemonNames),
output ocDaemonLabels (ocDaemonLabels),
output oiReturnStatus (oiReturnStatus)) in BDaemonFunctions>