Get the details of a specific task.

opal.task(opal, id)

Arguments

opal

Opal object.

id

Task identifier.

See also

Other task functions: opal.task_cancel(), opal.task_wait(), opal.tasks()

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.task(o, '1')
opal.logout(o)
}