You can also run the following query in a loop until reorg_status = 4.
select snapshot_timestamp,reorg_current_counter,reorg_max _counter,reorg_status from table (snapshot_tbreorg(cast(? as varchar(255)),-1)) as x where table_schema = ? and table_name = ? and reorg_start >= ?
Andy