INNER CODE UNIT · Java
clearKill
jolie/jolie · jolie/src/main/java/jolie/ExecutionThread.java:237
public void clearKill() {
killerFault = null;
}
/**
* Returns true if this thread is killed, false otherwise.
*
* @return true if this thread is killed, false otherwise.
*/
public boolean isKilled() {
return (killerFault != null);
}
/**
* Returns the compensator of the current executing scope.
*
* @return the compensator of the current executing scope.
*/