Click or drag to resize

APITerminateProcess Method

Terminates a running process.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public bool TerminateProcess(
	string ProcessName
)

Parameters

ProcessName
Type: SystemString

[Missing <param name="ProcessName"/> documentation for "M:AppRobotic.API.TerminateProcess(System.String)"]

Return Value

Type: Boolean
Returns boolean True if process successfully terminated, or False otherwise.
See Also