Check the status of the retrieve operation.
Status of the retrieve
Poll for the status of the metadata transfer request. Default frequency is 100 ms. Default timeout is 60 minutes.
Optional
options: Partial<Options>Polling options; frequency, timeout, polling function.
The result of the deploy or retrieve.
Poll for the status of the metadata transfer request. Default frequency is based on the number of SourceComponents, n, in the transfer, it ranges from 100ms -> n Default timeout is 60 minutes.
Optional
frequency: numberPolling frequency in milliseconds.
Optional
timeout: numberPolling timeout in seconds.
The result of the deploy or retrieve.
Send the metadata transfer request to the org.
AsyncResult from the deploy or retrieve response.
Cancel the retrieve operation.
Canceling a retrieve occurs immediately and requires no additional status checks to the org, unlike MetadataApiDeploy.cancel.