getTaskStatus: Get Task Status

Description Usage Arguments Value References Examples

Description

This function gets task status for a particular task ID. The function prints the status of the task by default. The function returns a data.frame with all the task details: id (task id), registrationTime, statusChangeTime, status (Submitted, Queued, InProgress, Completed, ProcessingFailed, Deleted, NotEnoughCredits), filesCount (No. of files), credits, resultUrl (URL for the processed file if applicable)

Usage

1
getTaskStatus(taskId = NULL, ...)

Arguments

taskId

Required, Id of the task

...

Additional arguments passed to abbyy_GET.

Value

A data.frame with all the available details about the task

References

http://ocrsdk.com/documentation/apireference/getTaskStatus/

Examples

1
2
3
4
## Not run: 
getTaskStatus(taskId="task_id")

## End(Not run)

abbyyR documentation built on June 25, 2019, 9:02 a.m.