xdmp.sleep( msec as Number ) as null
Delays for a specific amount of time.
Parameters | |
---|---|
msec | The amount of time to sleep, in milliseconds. |
// sleep for 1 second xdmp.sleep(1000); => ()
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.