when I invoke RapidMinter into an own Java application, is there any way to "read" the current status which would be shown in the status bar when using the GUI?
you can use the ProcessListener interface for that. Just register an implementation of it to the root operator of your process, and you will be notified of any progress updates.
you can use the ProcessListener interface for that. Just register an implementation of it to the root operator of your process, and you will be notified of any progress updates. Regards,
Marco