Skip to content

Commit

Permalink
allow for jobs that cannot be stopped or killed
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Nov 27, 2018
1 parent 2b17876 commit 4434aad
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -224,6 +224,12 @@ else if (hasStop)
stop_.setVisible(true);
stopOrKill_.setVisible(false);
}
else
{
// can't stop OR kill
stop_.setVisible(false);
stopOrKill_.setVisible(false);
}
}
else
{
Expand Down

0 comments on commit 4434aad

Please sign in to comment.