View Source Runlet.Ctrl.Kill (runlet v1.2.1)
Terminate a running event stream process
Link to this section Summary
Functions
Terminate the process running an event stream. Accepts a PID or a list of PIDs
Terminate a process run by another user. Accepts a PID of a list of PIDs
Link to this section Functions
Terminate the process running an event stream. Accepts a PID or a list of PIDs:
kill 1234
kill "1234"
kill "1234 123.5 1256"
@spec exec(Runlet.t(), Runlet.PID.t() | String.t(), String.t()) :: Enumerable.t()
Terminate a process run by another user. Accepts a PID of a list of PIDs:
kill 1234 "name"
kill "1234" "name"
kill "1234 123.5 1256" "name"