Base class: Object

Lua
C++
Edit

Process

A process is an external executable your program can launch and interact with.

Property Type Description
errorstream const shared_ptr<Stream>& read-only pointer to stream for reading process error output
path const WString& read-only path to process executable
readstream const shared_ptr<Stream>& read-only pointer to stream for reading process output
writestream const shared_ptr<Stream>& read-only pointer to stream for writing to the process input
Close Method terminates a running process
GetStatus Method returns the status of a running process
Wait Method waits for the process to finish running and closes it
CreateProcess Function creates a new process
Copyright © 2024 Ultra Software.
All rights reserved.