Community
Participate
Working Groups
Currently progress resources have no way of describing the result of the operation. It would be useful for example to have a status object with the result severity, message, etc.
To implement this I ended up pushing ServerStatus class into the server core bundle. This way I could use the IStatus<->JSON code in there to handle status serialization in a consistent way.
Added to documentation: http://wiki.eclipse.org/Orion/Server_API#Progress_Reporting
http://git.eclipse.org/c/e4/org.eclipse.orion.server.git/commit/?id=eede507bb77015db63d9ea589d876c9adf6d11e1
Released.