ProcessOptionsDto Class Reference
Inheritance diagram for ProcessOptionsDto:

Public Member Functions

 ProcessOptionsDto (ProcessOptionsDto options)
 

Properties

string ProcessExec [get, set]
 
string ProcessPath [get, set]
 
int DelayOnLaunch [get, set]
 
bool Relaunch [get, set]
 
bool Critical [get, set]
 
List< string > Args [get, set]
 
string PreScriptPath [get, set]
 
string PostScriptPath [get, set]
 
- Properties inherited from IProcessOptionsDto
string ProcessExec [get]
 Process executable filename More...
 
string ProcessPath [get]
 Process executable path More...
 
int DelayOnLaunch [get]
 Delay after system launch (seconds) More...
 
bool Relaunch [get]
 Initial delay in launch More...
 
bool Critical [get]
 Indicates if the process is critical (related to OTAUpdater) More...
 
List< string > Args [get]
 Process executable arguments More...
 
string PreScriptPath [get]
 Path of the script to be executed before the process start / execution More...
 
string PostScriptPath [get]
 Path of the script to be executed after the process termination / execution More...