Salome HOME
Merge branch 'V8_4_BR'
[modules/gui.git] / doc / salome / gui / input / using_registry_tool.doc
1 /*!
2
3 \page using_registry_tool_page Using Registry tool
4
5 \b Registry tool is in the SALOME platform is destined for providing
6 information about the processes (components), which have ever been
7 launched in the current study session.
8
9 <em>To view the Registry:</em>
10 \par
11 From the main menu choose <b>Tools > Registry display</b>, the
12 following dialog box will appear:
13
14 \image html registry1.png
15
16 \b Running tab of this dialog box displays a list of the currently
17 started processes (components) with supplementary information on each
18 of them divided into columns:
19
20 <ul>
21 <li>\b Component: name of the started component
22 <li>\b PID: process identification number
23 <li>\b User \b Name: name of the user launching the component
24 <li>\b Machine: name of the machine, on which the process has been started
25 <li>\b begins: date and time of the starting of the component
26 <li>\b hello: date and time of the last call to the component
27 </ul>
28
29 \b History tab displays a list of all processes, which have ever been
30 launched within this study session. It contains the same supplementary
31 information on each of the processes (components).
32
33 \b Refresh button allows to refresh the current list of processes
34 (components).
35
36 \b Interval button allows to set an interval for refreshment of the
37 current list of processes (components).
38
39 \image html registry3.png
40
41 <em>To display complete information on a definite process
42 (component):</em>
43 \par
44 Double-click on this process (component). The following window will
45 appear:
46
47 \image html registry4.png
48
49 */