View Source Runlet.Ctrl.Stop (runlet v1.2.2)

Silence output from running process

Link to this section Summary

Functions

Stops output from a running process. The process continues to run. After timeout minutes passes, output from the process resumes.

Stops output stream for list of processes.

Link to this section Functions

Link to this function

exec(env, pid, timeout \\ 60)

View Source
@spec exec(Runlet.t(), String.t() | Runlet.PID.t(), pos_integer()) :: Enumerable.t()

Stops output from a running process. The process continues to run. After timeout minutes passes, output from the process resumes.

Link to this function

exec(env, pid, timeout, uid)

View Source
@spec exec(Runlet.t(), String.t() | Runlet.PID.t(), pos_integer(), String.t()) ::
  Enumerable.t()

Stops output stream for list of processes.