$process.clearList

Removes processes from the Process cache.
Syntax
    $process.clearList
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:
      void
    Throws:
      java.lang.NumberFormatException
Examples
$process.clearList{3674} $// remove 1 process $process.clearList{} $// remove all
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_EXPERT
Minimum parameters0
Maximum parameters 1