* <a href="http://robotframework.org/robotframework/#user-guide"
target="_top">Robot Framework User Guide</a>
* for meaning of different return codes.
*/
public static int run(String[] args) {
RobotRunner runner = new RunnerFactory().createRunner();
return runner.run(args);
}