async_call: ashet.process.Spawn
Documentation
Spawns a new process
Inputs
dir: DirectoryRelative base directory for
path.path: strFile name of the executable relative to
dir.argv: []const SpawnProcessArgThe arguments passed to the process. If a
SystemResourceis passed, it will receive the created process as a owning process. It is safe to release the resource in this process as soon as this operation returns.
Outputs
process: ProcessHandle to the spawned process.
Errors
BadExecutableDiskErrorFileNotFoundInvalidHandleInvalidPathSystemResources