if (!isStackValid(stack)) {
return newStackWithStatus(StackStatus.DELETE_COMPLETE,
"stack delete invalid/missing");
}
final StackStatus status = StackStatus.fromValue(stack
.getStackStatus());
switch (status) {
case DELETE_IN_PROGRESS:
final long timeCurrent = System.currentTimeMillis();