| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta content="text/html; charset=UTF-8" http-equiv="CONTENT-TYPE" /> | |
| <link rel="stylesheet" href="../../book.css" type="text/css" /> | |
| <title>ForEach</title> | |
| </head> | |
| <body> | |
| <h1>ForEach</h1> | |
| <p><img src="../../../images/reference/Details_tab_15.png" alt="ForEach" /></p> | |
| <p><b>ForEach</b></p> | |
| <p> | |
| The details tab of the ForEach activity allows you to specify a | |
| counter variable to be used for keeping track of the loop iterations. | |
| The <strong>Parallel execution</strong> checkbox, when enabled, will | |
| execute all iterations in parallel. | |
| </p> | |
| <p><img src="../../../images/reference/Details_tab_15b.png" alt="ForEach" /></p> | |
| <p><b>ForEach</b></p> | |
| <p> | |
| The <strong>Counter Values</strong> tab is where the required starting | |
| and ending counter values are specified. | |
| </p> | |
| <p><img src="images/reference/Details_tab_15c.png" alt="ForEach" /></p> | |
| <p><b>ForEach</b></p> | |
| <p> | |
| The optional <strong>Completion</strong> tab allows you to specify the | |
| early termination condition for the loop. | |
| </p> | |
| </body> | |
| </html> |