Skip to contents

Retrieve a run by thread and run object

Usage

run_retrieve(run, thread)

Arguments

run

The run object to retrieve

thread

The thread object to retrieve the run from

Value

The updated run object

Examples

if (FALSE) {
# more details here TBD
run_retrieve(run, thread)
}