Jump to content

Sys2KillProcess

From EDM2
Revision as of 06:12, 3 May 2020 by Ak120 (talk | contribs) (Ak120 moved page RxUtilEx - Sys2KillProcess to Sys2KillProcess)

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.