예제 #1
0
 // 是否正在准备退出流程
 public bool isPreparingExit()
 {
     return(mPrepareTimer.isCounting());
 }