cstar.execution.local_process.LocalProcess.start

Attention

This project is still in an early phase of development.

The python API is not yet stable, and some aspects of the schema for the blueprint and workplan will likely evolve. Therefore whilst you are welcome to try out using the package, we cannot yet guarantee backwards compatibility. We expect to reach a more stable version in 2026.

cstar.execution.local_process.LocalProcess.start#

LocalProcess.start()#

Start the local process.

This method initiates the execution of the command specified during initialization. The command runs in a subprocess, with its standard output and error directed to the output file.

Notes

  • The output file is opened and actively written to during execution.

  • Use the status property to monitor the current state of the subprocess.

See also

cancel

Terminates the running subprocess.