Mojo module
process
Implements os methods for dealing with processes.
Example:
from os import Process
from collections import List
_ = Process.run("echo", ["== TEST_ECHO"])Structsβ
- β
Pipe: Create a pipe for interprocess communication. - β
Process: Create and manage child processes from file executables. - β
ProcessStatus: Represents the termination status of a process.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!