$backgroundProcess.exists

Check if a background process exists.
Syntax
    $backgroundProcess{exists}{name}
    $backgroundProcess.exists{name}
Documentationcheck if a background process withe the given name exists

    Parameters:
      exists, a flag to indicate that the existance of the named background process is to be examined.
      name, the name of the background process whos existance is to be examined.
    Returns:
      1 if and only if the named background process exists; 0 otherwise.
Examples
$backgroundProcess.exists{count}

Result:
    returns a 1 if a background process named count exist otherwise 0
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1