Structure that collects information about a process to be started. More...
#include <processbackend.h>
Inheritance diagram for QtAutoUpdater::ProcessBackend::ProcessInfoBase:Public Attributes | |
| QString | program |
| The path or name of the executable. | |
| QStringList | arguments |
| The arguments that should be passed to the process. | |
| std::optional< QString > | workingDir = std::nullopt |
| The working directy. If set to nullopt, the programs path is used. | |
Structure that collects information about a process to be started.
Definition at line 34 of file processbackend.h.
1.8.16