method WorkflowContext.prototype.sleepRe-exportimport { WorkflowContext } from "https://deno.land/x/live@1.53.6/deps.ts"; sleep(sleepMs: number): SleepCommandstop the current workflow execution and sleep the given miliseconds time. ParameterssleepMs: numberthe time in miliseconds ReturnsSleepCommand