server_wait.liq

server.wait c then
  log("Command has resumed!")
  # Do more stuff then send the final response:
  "Done!"
end
Grab the code!