This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:tim:actionhandler:trackprocesshandler [2016/01/20 16:31] amanda.zens |
en:software:tim:actionhandler:trackprocesshandler [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
========TrackProcessHandler========= | ========TrackProcessHandler========= | ||
+ | ==== Description ==== | ||
In essence, this handler is an expansion of the [[en:software:tim:actionhandler:processvariablesetter|ProcessVariableSetter]].\\ | 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__\\ | ||
\\ | \\ |