Results for “Std.Process.Finished”
9 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Process.Finished
What a program left behind when it finished.
- Std.Process.describe
&Std.Process.Finished -> StrA finished program described the way an error message should say it.
- Std.Process.isSuccess
&Std.Process.Finished -> BoolWhether a program reported success.
- Std.Process.pipe
Str -> &Array[Str] -> Str -> &Array[Str] -> Result[Std.Process.Finished, Str]Feed one program's output into another's input, and answer what comes out.
- Std.Process.run
Str -> &Array[Str] -> Result[Std.Process.Finished, Str]Run a program with arguments and no input, and collect what it produced.
- Std.Process.runLaunch
&Std.Process.Launch -> Str -> Result[Std.Process.Finished, Str]Run a launch to completion with text on its input.
- Std.Process.trimmedOutput
&Std.Process.Finished -> StrThe output with trailing whitespace removed, which is what a program that
- Std.Process.withInput
Str -> &Array[Str] -> Str -> Result[Std.Process.Finished, Str]Run a program with arguments and text on its input.
- Std.Process.within
Str -> &Array[Str] -> Int -> Result[Option[Std.Process.Finished], Str]Run a program, and stop it if it takes longer than it is allowed.
