Skip to content

Commit 87a220f

Browse files
committed
README updated with closetime
1 parent 2a62e40 commit 87a220f

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,24 @@ Note:
134134
i.e, if the absolute time given is 04:00:00, current time is 05:10:00 and interval is 00:30:00, then next scheduling time will be 05:30:00 (will be identified from the next intervals - 04:30:00, 05:00:00, 05:30:00)
135135
3. If mode is relative or absolute, the interval time will be taken only for the subsequent scheduling
136136

137-
# How to launch multiple scripts/applcations
137+
### How to set wait time for the process to complete properly during the deactivation.
138+
add closetime parameter into the json with the average closing time for the script or application. This will wait till that configured time for a clean exit of process/script.
139+
140+
```
141+
{
142+
"locator":"libWPEFrameworkLauncher.so",
143+
"classname":"Launcher",
144+
"precondition":[
145+
"Platform"
146+
],
147+
"autostart":true,
148+
"configuration": {
149+
"command":"du",
150+
"closetime":5
151+
}
152+
}
153+
```
154+
### How to launch multiple scripts/applcations
138155

139156
E.g.
140157
``` testapp1, testapp2 and testapp3 are the three applications to be run ```

0 commit comments

Comments
 (0)