网站首页 站内搜索

搜索结果

查询Tags标签: nextStep,共有 2条记录
  • WorkFlow

    NextStep = 1; while(ManualEventSet.WaitOne()) { Process(); Thread.Sleep(20); } void Process() { switch(nextStep) { case 1: DoSomething; break; // 会一直执行这个Step// 正常流程的下一步nextStep = 2;// 失败了可以跳到统一的错误处理break;case 2:nextStep = …

    2021/12/9 6:16:54 人评论 次浏览
  • WorkFlow

    NextStep = 1; while(ManualEventSet.WaitOne()) { Process(); Thread.Sleep(20); } void Process() { switch(nextStep) { case 1: DoSomething; break; // 会一直执行这个Step// 正常流程的下一步nextStep = 2;// 失败了可以跳到统一的错误处理break;case 2:nextStep = …

    2021/12/9 6:16:54 人评论 次浏览
扫一扫关注最新编程教程