Closed BugenZhao closed 4 months ago
RecordOutput is now returned by Runner::run (or Runner::run_async). This allows users to access the output of each record, or check whether the record is skipped.
RecordOutput
Runner::run
Runner::run_async
Signed-off-by: Bugen Zhao i@bugenzhao.com
RecordOutput
is now returned byRunner::run
(orRunner::run_async
). This allows users to access the output of each record, or check whether the record is skipped.Signed-off-by: Bugen Zhao i@bugenzhao.com