Skip to content

List Tasks

Usage

tasks(account = NULL, server = NULL)

Arguments

account, server

Uniquely identify a remote server with either your user account, the server name, or both. If neither are supplied, and there are multiple options, you'll be prompted to pick one.

Use accounts() to see the full list of available options.

Value

Returns a data frame with the following columns:

idTask id
actionTask action
statusCurrent task status
created_timeTask creation time
finished_timeTask finished time

See also

Examples

if (FALSE) {

# list tasks for the default account
tasks()

}