Polls checkFile at a fixed interval until the translation
reaches a terminal state ("success", "failed", or
"timeout").
Value
The final checkFile response object.
Examples
if (FALSE) { # \dontrun{
myEncodedUrn <- jsonlite::base64_enc(myUrn)
resp <- translateSvf(urn = myEncodedUrn, token = myToken)
done <- waitForFile(urn = myEncodedUrn, token = myToken)
done$content$status
} # }
