runlet v1.0.0 Runlet.Ctrl.Stop

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 a user's process.

Link to this section Functions

Link to this function

exec(env, pid, timeout \\ 60)

exec(Runlet.t(), binary() | integer() | float(), 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)

exec(Runlet.t(), binary() | integer() | float(), pos_integer(), binary()) ::
  Enumerable.t()

Stops output stream for a user's process.