Task.follow {solvebio}R Documentation

Task.follow

Description

A helper function to follow a specific task until it gets completed.

Usage

Task.follow(id, env = .solveEnv, interval = 2)

Arguments

id

String The ID of a task.

env

(optional) Custom client environment.

interval

2. Delay in seconds between each completion status query

Value

the task object

References

https://docs.solvebio.com/

Examples

## Not run: 
Task.follow("1234567890")

## End(Not run)

[Package solvebio version 2.15.1 Index]