Learn R Programming

solvebio (version 2.15.0)

Task.follow: Task.follow

Description

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

Usage

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

Value

the task object

Arguments

id

String The ID of a task.

env

(optional) Custom client environment.

interval

2. Delay in seconds between each completion status query

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Task.follow("1234567890")
}

Run the code above in your browser using DataLab