This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:tim:actionhandler:trackprocesshandler [2016/01/20 16:30] amanda.zens created |
en:software:tim:actionhandler:trackprocesshandler [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
========TrackProcessHandler========= | ========TrackProcessHandler========= | ||
- | In essence, this handler is an expansion to the [[software:tim:actionhandler:processvariablesetter|ProcessVariableSetter]].\\ | + | ==== Description ==== |
+ | In essence, this handler is an expansion of the [[en:software:tim:actionhandler:processvariablesetter|ProcessVariableSetter]].\\ | ||
\\ | \\ | ||
It sets a new variable and fills it with the values passed to it.\\ | It sets a new variable and fills it with the values passed to it.\\ | ||
Additionally, a delimiter may be passed.\\ | Additionally, a delimiter may be passed.\\ | ||
- | Is a delimiter is given and the variable being written already exists, the variable will be filled as follows:\\ | + | If a delimiter is given and the variable being written already exists, the variable will be filled as follows:\\ |
__previous content + Delimiter + new content__\\ | __previous content + Delimiter + new content__\\ | ||
\\ | \\ |