Jennifer In Control
Jennifer In Control
Title:00_use_debug_mode Sex: Female T Male T Trans T Require: Limits: ; Template: check if task is run in debug mode ; CAUTION: mode==1 checks if the task is run in debug mode or was started from the pool. But use this with caution, this only works if you've started the task via the 'Create or Edit a task' button and then clicked on 'Test'. It does not work if you click on 'Run' or if you start it via the left hand side menu from the message center. ; if:(mode==1) show:this is the 'Test' mode else: show:this is the live mode (or the 'Run' mode) fi: button:ok ;