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