]> SALOME platform Git repositories - modules/jobmanager.git/commitdiff
Salome HOME
Update JobManager documentation V6_4_0rc1
authorribes <ribes>
Wed, 23 Nov 2011 14:33:38 +0000 (14:33 +0000)
committerribes <ribes>
Wed, 23 Nov 2011 14:33:38 +0000 (14:33 +0000)
doc/images/jobmanager_main_buttons.png
doc/images/jobmanager_overview.png
doc/images/jobmanager_overview_part.png
doc/jobmanager_gui.rst

index f7a80ca6265771240eb6d46f26f7a986933c9a4c..e283d9dd5661331c98cf39aecf3d9b956d5720a7 100644 (file)
Binary files a/doc/images/jobmanager_main_buttons.png and b/doc/images/jobmanager_main_buttons.png differ
index c4aab256f463ec335c56d1d1910d7e3bab8dbac0..24526bba4799c9fe5438f0827a1146d8b26ab779 100644 (file)
Binary files a/doc/images/jobmanager_overview.png and b/doc/images/jobmanager_overview.png differ
index 7111f714e7d87ed1733220965b78c2ee897df82c..b7c593074d9a5afe5e40ff552e86c22fc22ee13f 100644 (file)
Binary files a/doc/images/jobmanager_overview_part.png and b/doc/images/jobmanager_overview_part.png differ
index 7b8c9ad946d5fd8440ab5354a48908367dbf4f04..986207ee039666f969e7c8749a683429f7786f6a 100644 (file)
@@ -18,23 +18,27 @@ JOBMANAGER provides some buttons to manage the user job list (see figure :ref:`f
 
 The description of each button (framed in blue in the figure) is given in the table below. 
 
-======================== ============================ ================================================================
-**Button**               **Condition of activation**  **Description**
-======================== ============================ ================================================================
-**Create a job**         Always activated             Launch the job wizard to create a job.
-**Edit/Clone a job**     Job selected                 Edit a job in *created* or *Error* or *Failed* or *Not Created*
-                                                      state. Clone a job in other state.
-**Start a job**          Job selected and job state   Start a job.
+======================== ============================ ================================================================ ===================
+**Button**               **Condition of activation**  **Description**                                                  **Multi Selection**
+======================== ============================ ================================================================ ===================
+**Create**               Always activated             Launch the job wizard to create a job.                           Not matter
+**Start**                Job selected and job state   Start a job.                                                     No
                          equals to *Created*
-**Restart a job**        Job selected and job state   Restart a job.
+**Get Results**          Job selected and job state   Get job results in the result directory.                         Yes
                          equals to *Finish* or 
                          *Failed*
-**Delete a job**         Job selected                 Delete a job.
-**Get job results**      Job selected and job state   Get job results in the result directory.
+**Stop**                 Job selected and job state   Stop the job. If the job is registered into a remote batch       Yes
+                         equals to *Queued* or        manager, it is removed from it.
+                         *Running* or *Paused*
+**Delete**               Job selected                 Delete a job. If the job is registered into a remote batch       Yes
+                                                      manager, it is removed from it.
+**Restart**              Job selected and job state   Restart a job.                                                   No
                          equals to *Finish* or 
                          *Failed*
-**Refresh jobs**         Always activated             Update jobs states.
-======================== ============================ ================================================================
+**Edit/Clone**           Job selected                 Edit a job in *created* or *Error* or *Failed* or *Not Created*  No
+                                                      state. Clone a job in other state.
+**Refresh jobs**         Always activated             Update jobs states.                                              Not matter
+======================== ============================ ================================================================ ===================
 
 **Tip:** You could use the **Auto Refresh** button in GUI part 3 to enable an automatic refresh.