| Syntax | $backgroundProcess{getDelay}{name}
$backgroundProcess.getDelay{name} |
| Documentation | Get 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 |
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |