$backgroundProcess.start

Starts the background process as soon as possible.
Syntax
    $backgroundProcess.start{background_process_name}
Documentation$backgroundProcess.start:
Starts the background process as soon as the necessary transaction slots are available. Due to the timed nature of the background processes the start may be delayed up to one second even if the transaction objects are not locked.
    Paramter:
      1 - background process name
    Returns:
      Void.
    Throws:
      IllegalArgumentException if the background process doen't exist.
Examples
$if{$backgroundProcess.exists{bptest}}{ $backgroundProcess.start{bptest} }
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_ADVANCED
Minimum parameters1
Maximum parameters 1