| Syntax |
|
| 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.
|
| Examples | |
| $if{$backgroundProcess.exists{bptest}}{ $backgroundProcess.start{bptest} } | |
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_ADVANCED |
| Minimum parameters | 1 |
| Maximum parameters | 1 |