ProcessBuilder
public protocol ProcessBuilder
Type for builders that creates instances of Process
for command execution.
-
Creates a new
Process
instance to execute specified command.Declaration
Swift
func create(_ command: String) -> Process
Parameters
command
The command to execute.
Return Value
A new process instance.