datarobot (version 2.4.0)

WaitForAutopilot: This function periodically checks whether Autopilot is finished and returns only after it is.

Description

This function periodically checks whether Autopilot is finished and returns only after it is.

Usage

WaitForAutopilot(project, checkInterval = 20, timeout = NULL, verbosity = 1)

Arguments

project
The project for which you want to wait until autopilot is finished
checkInterval
Maximum wait (in seconds) between checks that Autopilot is finished
timeout
Time (in seconds) after which to give up (NULL implies no timeout). There is an error if Autopilot is not finished before timing out.
verbosity
Verbosity level: 0 is silent, 1 or more displays information about progress