getTaskStatus: Get Task Status

View source: R/getTaskStatus.R

getTaskStatusR Documentation

Get Task Status

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

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

## Not run: 
getTaskStatus(taskId="task_id")

## End(Not run)

soodoku/abbyyR documentation built on July 19, 2023, 8:36 a.m.