Polls checkPdf at a fixed interval until the WorkItem reaches
a terminal state (any status other than "inprogress" or
"pending").
Value
The final checkPdf response object.
Examples
if (FALSE) { # \dontrun{
resp <- makePdf(source = mySource, destination = myDest, token = myToken)
done <- waitForWorkItem(id = resp$content$id, token = myToken)
done$content$status
} # }
