processes() added process params and path

This commit is contained in:
Sebastian Hildebrandt
2019-07-03 10:16:54 +02:00
parent cdcc4bc3fd
commit 9067e342a9
7 changed files with 77 additions and 18 deletions
+20
View File
@@ -405,6 +405,26 @@
<td>X</td>
<td>process starting command</td>
</tr>
<tr>
<td></td>
<td>...[0].params</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td></td>
<td>X</td>
<td>process params</td>
</tr>
<tr>
<td></td>
<td>...[0].path</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>process path</td>
</tr>
<tr>
<td>si.processLoad('apache2',cb)</td>
<td>{...}</td>