Polls a task, waiting for information about a deployment. If the task has
results, the output will be a modified "Task" object with task$get_data()
available to retrieve the results.
poll_task(task, wait = 1, callback = message)
Task The Task object that was input
For a simple way to silence messages, set callback = NULL
Other deployment functions:
bundle_dir()
,
bundle_path()
,
bundle_static()
,
deploy()
,
download_bundle()