vagrant up 出来ない エラー


windowsPCで
vagrant up をしたら

Bringing machine 'default' up with 'virtualbox' provider... 
An action 'up' was attempted on the machine 'default', but another process is already executing an action on the machine. Vagrant locks each machine for access by only one process at a time.
 Please wait until the other Vagrant process finishes modifying this machine, then try again.

こんなエラーが出てきてvagrant up できない。。。

原因(推測)

こんなエラーがでて、いつものようにvagrant upできません。
この前にvagrantfileを変え、vagrant reloadしたときに、
見慣れないエラー?が出てきたのでCtrl + C で強制的終了させたのが原因かもしれません。

対処法

windowsPCのタスクマネージャーを開いて

↑私の場合Ruby Interpreter というもの

「ruby」とかかれている項目を探します。
それを右クリックてしてプロセスを終了させ、
またvagrant upしたら無事エラーなく実行できました!

こちらの記事を参考にさせていただきました
https://gyagya1111.blogspot.com/2015/07/vagrant-haltsuspend.html