added unit tst for getProcessStatus(), fixed scoping issue in processmanager
This commit is contained in:
parent
9754f23fd8
commit
d9beaff898
2 changed files with 20 additions and 5 deletions
|
|
@ -264,7 +264,7 @@ class ProcessManager {
|
|||
* (AKA when user hits control c in the shell)
|
||||
* releases resources held in the processController objects
|
||||
*/
|
||||
private void shutdown() {
|
||||
public void shutdown() {
|
||||
this.processQueueMutex = true;
|
||||
|
||||
Iterator<HashMap.Entry<Integer, ProcessController>> iterator = this.processMap.entrySet().iterator();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue