kill method

void kill([
  1. String signal
])

Sends a signal to the child process.

Implementation

external void kill([String signal]);