Cmd¶
| Spice | |
|---|---|
Functions¶
getPID¶
| Spice | |
|---|---|
Retrieve the process id of the current process.
Returns: int — Process id
execCmd¶
| Spice | |
|---|---|
Executes a shell command by creating a new process.
Parameters
| Name | Type | Description |
|---|---|---|
cmd |
string |
Returns: int — Return code of the shell comand
execCmd¶
| Spice | |
|---|---|
Executes a shell command by creating a new process.
Parameters
| Name | Type | Description |
|---|---|---|
cmd |
const String& |
Returns: int — Return code of the shell comand