rsconnect (version 1.2.2)

tasks: List Tasks

Description

List Tasks

Usage

tasks(account = NULL, server = NULL)

Value

Returns a data frame with the following columns:

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

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.

See Also

taskLog()

Examples

Run this code
if (FALSE) {

# list tasks for the default account
tasks()

}

Run the code above in your browser using DataLab