1 进程执行完start()函数后进入Starting状态
2 运行后进入Running状态并发射started()信号
3 退出后进入NotRunning状态并发射finished()信号
4 发生错误,会发射error信号
退出代码是什么?有什么用?