Skip to content

Commit

Permalink
[NO ISSUE][BAD] Coordinated Change For Active Suspend Refactoring
Browse files Browse the repository at this point in the history
Change-Id: Ifb40d76f208b7f42184f70b0e25d05f1875b4486
  • Loading branch information
mhubail committed Oct 18, 2018
1 parent eebcbe5 commit 64c2ad2
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -217,4 +217,9 @@ public String getDisplayName() throws HyracksDataException {
public int getRunningInstance() {
return runningInstance;
}

@Override
public synchronized boolean isSuspended() {
return state == ActivityState.SUSPENDED;
}
}

0 comments on commit 64c2ad2

Please sign in to comment.