Hi all,It there way to do sleep or wait in xs hana? I do some pooling in xsjs, want to sleep a while in order to reduce number of calls. Waiting in a loop is not an option because it takes a lot of CPU time.Unfortunately, SetTimeout is not available...