Class definition for 'RAVE' pipeline results
Class definition for 'RAVE' pipeline results
Public fields
progressorprogress bar object, usually generated a progress instance
promisea
promiseinstance that monitors the pipeline progressverbosewhether to print warning messages
namesnames of the pipeline to build
async_callbackfunction callback to call in each check loop; only used when the pipeline is running in
async=TRUEmodecheck_intervalused when
async=TRUEinpipeline_run, interval in seconds to check the progress
Active bindings
variablestarget variables of the pipeline
variable_descriptionsreadable descriptions of the target variables
validlogical true or false whether the result instance hasn't been invalidated
statusresult status, possible status are
'initialize','running','finished','canceled', and'errored'. Note that'finished'only means the pipeline process has been finished.process(read-only) process object if the pipeline is running in
'async'mode, orNULL; seer_bg.
Methods
Method run()
run pipeline (internal)
Usage
PipelineResult$run(
expr,
env = parent.frame(),
quoted = FALSE,
async = FALSE,
process = NULL
)Arguments
exprexpression to evaluate
envenvironment of
exprquotedwhether
exprhas been quotedasyncwhether the process runs in other sessions
processthe process object inherits
process, will be inferred fromexprifprocess=NULL, and will raise errors if cannot be found
Method get_values()
get results
Arguments
namesthe target names to read
...passed to
pipeline_read