Status
Enum representing the status of a Transaction.
Below one can find a simple representation of the status progression flow.
+-----------+
| UNKNOWN +-------------+
+-----+-----+ |
| |
v |
+-----+-----+ |
+--+ UPLOADING +----------+ |
| ------+-----+ | |
| | | |
| v | |
| +-----+-----+ | |
| |PROCESSING +------+ | |
| +-----+------ | | |
| | | | |
| v v v v
| +-----+-----+ ++---+--++
+->+ COMPLETED | | FAILED |
+-----------+ +--------+
Entries
PROCESSING
Link copied to clipboard
PROCESSING("PROCESSING")
Content copied to clipboard
Transaction processing finished image upload, image data extraction in progress.