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

◆ args

std::vector<std::string> args

process arguments

◆ critical

bool critical

indicates if the process is critical

◆ delayOnLaunch

int delayOnLaunch

delay in seconds since in the process launch

◆ processExec

std::string processExec

process executable

◆ processPath

std::string processPath

process path

◆ relaunch

bool relaunch

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