exec
No description
Actions (11)
break
Action
breaks / halts app execution for debugging
continue
Action
continues running the app block (usually) after a wait
delay
Action
delays or sleeps for a specified amount of time
host-call
Action
call a function at the host / parent level. The environment is usually the browser to server javascript run time global environment
reboot
Action
Full reboot: re-decodes binary and runs complete boot sequence (init, config, system, start)
reload
Action
reloads/refreshes browser window. Restarts app from scratch
resume
Action
resumes as flow (after wait/break/pause)
return
Action
return values
run
Action
runs a block one time
wait
Action
wait for interaction before continuing
waitfor
Action
waits for a value from an input into a variable