| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
VtUtils.Process
Description
Process spawning utilities
Documentation
processSpawnAndWait :: Text -> Vector Text -> Text -> IO Int Source #
Spawns a new process and waits for it to exit
Arguments:
executable :: Text: Path to executable binaryargs :: Vector Text: Arguments to pass to executableout :: TextPath to a file, where std output (bothstdoutandstderr) will be written
Return value: Process exit code