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

Silence output from running process

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.

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

Stops output stream for list of processes.