Task.follow: Task.follow

View source: R/task.R

Task.followR Documentation

Task.follow

Description

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

Usage

Task.follow(id, env = solvebio:::.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)

solvebio/solvebio-r documentation built on Dec. 8, 2022, 4:29 a.m.