Runlet.Ctrl.Stop (runlet v1.2.7)

View Source

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

exec(env, pid, timeout \\ 60)

@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.

exec(env, pid, timeout, uid)

Stops output stream for list of processes.