| Task.follow | R Documentation | 
A helper function to follow a specific task until it gets completed.
Task.follow(id, env = .solveEnv, interval = 2)
| id | String The ID of a task. | 
| env | (optional) Custom client environment. | 
| interval | 2. Delay in seconds between each completion status query | 
the task object
## Not run: 
Task.follow("1234567890")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.