kill


Description:

public static bool kill (int pid)

Sends SIGKILL to the target process ID.

Example:

    bool ok = Process.kill (12345);

Parameters:

pid

process ID.

Returns:

true when signal delivery succeeds.