UNPKG

arehs

Version:

The arehs ensures the best possible large batch processing, which is oriented towards event-driven chunk processing.

7 lines (6 loc) 231 B
export var ProcessStatus; (function (ProcessStatus) { ProcessStatus["TASK_COMPLETED"] = "TASK_COMPLETED"; ProcessStatus["ERROR"] = "ERROR"; ProcessStatus["FINISH"] = "FINISH"; })(ProcessStatus || (ProcessStatus = {}));