$backgroundProcess.remove

Remove a background process.
Syntax
    $backgroundProcess{remove}{name}
    $backgroundProcess.remove{name}
DocumentationRemove a background process.

    Parameters:
      remove, a flag to indicate that the named background process is to be removed.
      name, the name of the background process to be removed.
    Returns:
      if a termination script is defined (see $backgroundProcess{create}),
      whatever the return value of this script is, else no value is returned.
Examples
    $void{$include{template_functions}}

    Result:
    includes template "template_functions" and executes the code without
    output

    Note: Useful to execute functions without public returns.
GroupSpecial
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_ADVANCED
Minimum parameters1
Maximum parameters 1