Added new parameter to documentation
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
{
|
{
|
||||||
"Configs": {
|
"Configs": {
|
||||||
"AppPath": "<Filepath>\\TestAPI.exe", //can not be null
|
"AppPath": "<Filepath>\\TestAPI.exe", //can not be null
|
||||||
|
"WorkingDir": "<Dirpath>", //can be null (defaults to ".")
|
||||||
"AppParams": "", //"param1 param2 param3 param4 param5",
|
"AppParams": "", //"param1 param2 param3 param4 param5",
|
||||||
"RestartAppAutomatically": false, //can not be null
|
"RestartAppAutomatically": false, //can not be null
|
||||||
"RestartDelay": 5000 //can not be null. Min 1000 ms
|
"RestartDelay": 5000 //can not be null. Min 1000 ms
|
||||||
|
|||||||
Reference in New Issue
Block a user