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
@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.
@spec exec(Runlet.t(), String.t() | Runlet.PID.t(), pos_integer(), String.t()) :: Enumerable.t()
Stops output stream for list of processes.