Jump to content

Sys2KillProcess: Difference between revisions

From EDM2
Created page with "==Description== Terminates the (first) running process with the specified executable name or process-ID. ==Arguments== REXX ARGUMENTS: 1. The process identifier (program na..."
 
No edit summary
Line 11: Line 11:


REXX RETURN VALUE: 1 on success or 0 on failure.
REXX RETURN VALUE: 1 on success or 0 on failure.
[[Category:The OS/2 API Project]]

Revision as of 14:54, 16 June 2016

Description

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.