Sys2KillProcess: Difference between revisions
Appearance
m Ak120 moved page RxUtilEx - Sys2KillProcess to Sys2KillProcess |
mNo edit summary |
||
Line 2: | Line 2: | ||
==Arguments== | ==Arguments== | ||
# The process identifier (program name or process ID) (REQUIRED) | |||
# Flag indicicating the identifier type: | |||
#:'P': decimal process ID | |||
#:'H': hexadecimal process ID | |||
#:'N': executable program name (with or without extension) (DEFAULT) | |||
==Return Value== | |||
1 on success or 0 on failure. | |||
[[Category:RxUtilEx]] | [[Category:RxUtilEx]] |
Latest revision as of 06:13, 3 May 2020
Terminates the (first) running process with the specified executable name or process-ID.
Arguments
- The process identifier (program name or process ID) (REQUIRED)
- Flag indicicating the identifier type:
- 'P': decimal process ID
- 'H': hexadecimal process ID
- 'N': executable program name (with or without extension) (DEFAULT)
Return Value
1 on success or 0 on failure.