307308309310311312313314315316317
{ Outcome result = null; try { result = elem.hls().complete(getCompletionStatus()); } catch (SystemException ex) { result = new OutcomeImple(new HLSException(ex), getCompletionStatus());