| Syntax | |
| Documentation | $process.clearList: Either all procesees or the one given in Param 1, whether still active or not, are removed from the process cache. After removing they're not longer accessible to the other functions but may still be active. If the pid of Param 1 doesn't exist no exception will be thrown.
Paramter:
1 - Process ID (optional)
Returns:
Throws:
java.lang.NumberFormatException
|
| Examples |
| $process.clearList{3674} $// remove 1 process
$process.clearList{} $// remove all
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_EXPERT |
| Minimum parameters | 0 |
| Maximum parameters | 1 |