description "std::Wait box example : waits 1 second then 3 seconds..." category "example" author "laurent.guigues@creatis.insa-lyon.fr" load std new Wait wait set wait.In 1000 print "==== Starting to wait 1 second ====" exec wait print "==== 1 second elapsed ====" set wait.In 3000 print "==== Starting to wait 3 seconds ====" exec wait print "==== 3 seconds elapsed ====" print "==== Done ! ===="