Options Struct Reference

#include <platformmanagerApi.h>

Public Attributes

std::string processExec
 
std::string processPath
 
std::vector< std::string > args
 
bool relaunch
 
int delayOnLaunch
 
bool critical
 

Detailed Description

Struct with the process options

Member Data Documentation

std::vector<std::string> args

process arguments

bool critical

indicates if the process is critical

int delayOnLaunch

delay in seconds since in the process launch

std::string processExec

process executable

std::string processPath

process path

bool relaunch

true if the process must be relaunched if it is not running