| Syntax |
|
| Documentation | Returns wheter the current template invokation is executed by a background process. This function does not return whether a background process is executing somewhere, it just returns whether the current template is executed by it. If the background process name is given the function only returns true if we are currently in background process execution and the names match.
|
| Examples | |
| We are $if{$backgroundProcess.inExecution{}}{now}{not} executed by a background process. | |
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 0 |
| Maximum parameters | 1 |