Skip to contents

Retrieves the metadata about a specific task on QuartzBio EDP.

Usage

Task.retrieve(id, env = get_connection())

Arguments

id

The ID of a task.

env

(optional) Custom client environment.

Examples

if (FALSE) {
Task.retrieve("1234567890")
}