コード例 #1
0
ファイル: Connect.cs プロジェクト: peter-hoch/studioshell
 private void ExecuteStudioShellCancelCommand()
 {
     if (null != Executor)
     {
         if (!Executor.CancelCurrentExecution(3000))
         {
             PromptForForceCommandCancel();
         }
     }
 }