check.async.progress: Check progress on asynchronous job

View source: R/async.R

check.async.progressR Documentation

Check progress on asynchronous job

Description

Retrieves the standard out log of an asynchronously launched job, if it exists. If the job doesn't exist or hasn't written any log output, the function returns NULL.

Usage

check.async.progress(jobID)

Arguments

jobID

the ID of the job

Value

the contents of the stdout log for the given job, or NULL if none exists


jweile/mavevis documentation built on Oct. 30, 2023, 7:16 a.m.