Sys2KillProcess: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:RXUTILEX:Sys2KillProcess to RxUtilEx - Sys2KillProcess |
(No difference)
| |
Revision as of 13:27, 26 February 2017
Terminates the (first) running process with the specified executable name or process-ID.
Arguments
REXX ARGUMENTS:
1. The process identifier (program name or process ID) (REQUIRED)
2. Flag indicicating the identifier type:
'P': decimal process ID
'H': hexadecimal process ID
'N': executable program name (with or without extension) (DEFAULT)
REXX RETURN VALUE: 1 on success or 0 on failure.