>import fmeobjects
>wr = fmeobjects.FMEWorkspaceRunner()
>wr.run('C:/blab/blabla.fmw')
It works fine but now i would like to get more infos about what was going on, like logfile message, numer of feature written and exit status... is it possible??
If yes, where can i find examples and docu? The local fmeobjects api docu do not mention FMEWorkspaceRunner etc...
I now i can get it to work and access all those infos via an embedded shut down python script, but i would like to do it the other way...