Time Operation

Table 2.1. Time Operation

Urbi commanddescriptioncomment
A ; Bexecute first A, then BB starts after A (no time constraint, see |)
A , Bbegin executing A, then BB starts as sonn as it is possible after A (A can be not fully ended)
A & BA and B start at the same timethis command returns when A AND B are ended
A | BB starts immediately after AThere is no delay between the end of A and B
{A ; B , C & { D | E}};group commands is available with "{" and "}" 
noop;do nothingusable if you need to give time for System
time();return time in msreturns the server server execution time