Sync with 5.3.0
[deliverable/titan.core.git] / help / info / running.html
index 474c7b85a68b9b5ae6491f3a338c89677fa74611..40abdc673a195e4d632da5ef82ab63870572dc6e 100644 (file)
 <blockquote>
 <p>1. <a href="#Checking components">Checking components</a></p>
 <p>2. <a href="#timer">Checking timers</a></p>
+<p>3. <a href="profiler.html#2">Starting the profiler</a></p>
 </blockquote>
 <hr align="left" width="75%">
-<p>1. <a name="Checking components">Checking components</a></p>
+<h3>1. <a name="Checking components">Checking components</a></h3>
 <hr align="left" width="50%">
 <p>The operation is used to <a href="#Example 1a">check</a> whether a given parallel test component is running (i.e., has neither timed out nor been stopped). The Boolean value true is returned if
 the component have been started but not yet terminated or stopped, false otherwise.</p>
@@ -53,6 +54,7 @@ the component have been started but not yet terminated or stopped, false otherwi
   <li><a href="any.html"><b><font face="Courier New" color="#003258" size="4">any</font></b></a></li>
   <li><a href="component.html"> <b><font face="Courier New" color="#003258" size="4">component</font></b> </a></li>
   <li><a href="create.html"><b><font face="Courier New" color="#003258" size="4">create</font></b></a></li>
+  <li><a href="profiler.html"><b><font face="Courier New" color="#003258" size="4">@profiler</font></b></a></li>
 </ul>
 <hr align="left" width="50%">
 <div align="center">
@@ -85,16 +87,16 @@ the component have been started but not yet terminated or stopped, false otherwi
   </li>
 </ul>
 <hr align="left" width="50%">
-<p><a href="#Example 1a">Examples</a></p>
+<p>See <a href="#Example 1a">Examples</a></p>
 <hr align="left" width="75%">
-<p>2. <a name="timer">Checking&nbsp; timers</a></p>
+<h3>2. <a name="timer">Checking&nbsp; timers</a></h3>
 <hr align="left" width="50%">
 <p>The operation is used to <a href="#timer_start">check</a> whether a given timer is running (i.e., has neither timed out nor been stopped). The Boolean value true is returned if the timer is
 running, false otherwise.</p>
 <ul>
   <li>The operation does not block TTCN-3 program execution, i.e., it reflects the momentarily state of the timer and does not wait for timeout.</li>
   <li><a name="stop_all">The</a> keyword <a href="any.html"><b><font face="Courier New" color="#003258" size="4">any</font></b></a> may be used to check whether <a href="#default">at least
-  one timer</a> is runnig.</li>
+  one timer</a> is running.</li>
 </ul>
 <p>Related keywords:</p>
 <ul>
@@ -123,16 +125,18 @@ running, false otherwise.</p>
   <p><i>timer_identifier</i> is the&nbsp;name used to refer to the timer. It must begin with a letter, may contain letters, numbers and underscore characters.</p>
   </li>
 </ul>
-<hr align="left" width="75%" color="#0094D2">
-<p>It is possible to check a member of an <a href="#array">timer array</a>.</p>
-<hr align="left" width="50%" color="#0094D2">
+<hr align="left" width="50%">
+<p>It is possible to check a member of a <a href="#array">timer array</a>.</p>
+<hr align="left" width="50%">
+<p>See <a href="#Example 1c">Example 1c</a></p>
+<hr align="left" width="50%">
 <div align="center">
 <center>
 <table border="0" width="90%" bgcolor="#FFB599" cellpadding="4">
   <tr>
     <td width="100%">
     <h3 align="center"><font face="Courier New" color="#003258" size="5"><b></b></font> &nbsp; <i>timer_identifier</i><font face="Courier New" color="#003258" size="5"><b>[</b></font><i>array_index</i><font
-      face="Courier New" color="#003258" size="5"><b>].runnig; </b></font></h3>
+      face="Courier New" color="#003258" size="5"><b>].running; </b></font></h3>
     </td>
   </tr>
 </table>
@@ -147,17 +151,19 @@ running, false otherwise.</p>
   <p><i>array_index</i> points out the timer to be checked.</p>
   </li>
 </ul>
-<hr align="left" width="50%">
+<hr align="left" width="75%">
+<h3>Examples</h3>
 <p><a name="Example 1a">Example 1a</a>:</p>
 <p><font face="Courier New">var boolean v_Tbana := vc_metro.running;<br>
 </font>
 <p>The variable v_Tbana gets the value true if the component with the reference vc_metro is running.</p>
 <hr align="left" width="50%">
+
 <p>Example 1b:</p>
 <p><font face="Courier New">var boolean v_Ubahn := all component.running;</font>
 <p>The variable v_Ubahn will true if all started parallel components are still running.</p>
 <hr align="left" width="50%">
-<p>Example 1c:</p>
+<p><a href="#Example 1c">Example 1c</a></p>
 <p><font face="Courier New">var boolean v_metropolitain := any component.running;&nbsp;<br>
 </font>
 <p>The variable v_metropolitain is true if at least one parallel component is still running.</p>
@@ -178,6 +184,6 @@ running, false otherwise.</p>
 <hr align="left" width="25%">
 <hr align="left" width="25%">
 <p><a HREF="BNF.html#runningop">BNF definition</a> of <font face="Courier New">component running</font></p>
-<p><a HREF="BNF.html#runningtimerop">BNF definition</a> of <font face="Courier New">timer runnig</font></p>
+<p><a HREF="BNF.html#runningtimerop">BNF definition</a> of <font face="Courier New">timer runnnig</font></p>
 </body>
 </html>
This page took 0.025523 seconds and 5 git commands to generate.