Skip to main content

Terminate Process

Command description

Terminate a running program by process ID or process name.

Command Input Parameters

input parametersInput parameter typeDescription
Termination MethodenumOptional values: Process ID, Process Name
Process IDint or strID of the process to terminate; required when Termination Method is Process ID
Process NamestrName of the process to terminate, such as notepad.exe; required when Termination Method is Process Name

Command Output Parameters

None.

Generation Notes

  • Terminate processes by ID or name. A process name may match multiple running processes.