$backgroundProcess.getDelay

Get the ammount of time to delay a background process.
Syntax
    $backgroundProcess{getDelay}{name}
    $backgroundProcess.getDelay{name}
DocumentationGet the ammount of time to delay a background process.

    Parameters:
      getDelay, a flag to indicate that the amount of time (in seconds) for the named background process to delay between successive executions is requestet. name, the name of the background process whos delay value is requested (see $backgroundProcess{create}).
    Returns:
      the amount of time (in seconds) for the named background process to delay between successive executions.
Examples
$backgroundProcess.getDelay{count}

Result:
    returns 10 this is the delay time we have set at the backgroundProcess.create
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1