I don't think there is a status text specifically for partially filled orders. Such working orders will have the status "Submitted" and change to "Filled" once completely executed.
Every change in the status of the order is communicated with the OrderStatus callback. It conveys information about filled and remaining amounts amongst other things. Alternatively, you can count order executions with the ExecDetails callback.