Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vasum::ProcessConfig Struct Reference

#include <process-config.hpp>

Public Attributes

bool terminal
 specifies whether you want a terminal attached to that process. More...
 
UserConfig user
 which user the process runs as More...
 
std::vector< std::string > args
 executable to launch and any flags More...
 
std::vector< std::string > env
 contains a list of variables that will be set in the process's environment More...
 
std::string cwd
 working directory that will be set for the executable More...
 

Member Data Documentation

std::vector<std::string> vasum::ProcessConfig::args

executable to launch and any flags

std::string vasum::ProcessConfig::cwd

working directory that will be set for the executable

std::vector<std::string> vasum::ProcessConfig::env

contains a list of variables that will be set in the process's environment

bool vasum::ProcessConfig::terminal

specifies whether you want a terminal attached to that process.

UserConfig vasum::ProcessConfig::user

which user the process runs as


The documentation for this struct was generated from the following file: