Signal.Send (gb.signal)

Static Sub Send ( Process As Integer, Signal As Integer )

Send a signal to a process.

  • Process : The process identifier that will receive the signal.

  • Signal : The signal identifier.

This method directly use the kill system call.

See also