<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="UpgradeUnitStarted" title="$(/ProcedureName) Already Running" description="Exit SAPJup">

<InfoText name="Info"><![CDATA[<html>
The $(/ProcedureName) is already running. PREPARE can no longer be started.
</html>]]></InfoText>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
For more information, see &quot;$(/ProcedureName) Process&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]></InfoText>

<NavigationButtonGroup name="Exit" default="Exit"> 
  <BUTTON name="Exit" enabled="true">#Exit</BUTTON>
  <VARIABLE>ACTION</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>
