machineryWaitForResults: Waits for result of the given task indefinitely.

Description Usage Arguments Value

View source: R/machinery.R

Description

This function is a blocking function.

Usage

1
machineryWaitForResults(machinery, task, pollSecs = DEFAULT_POLL_PERIOD)

Arguments

machinery

The machinery instance to use

task

The machinery task to get the results from

pollSecs

The number of seconds to rest before polling again

Value

A data frame containing the results, with column "Type" and "Value"


nmcapule/rmachinery documentation built on June 1, 2020, 12:26 a.m.