| 54 | |
| 55 | |
| 56 | == Documentation |
| 57 | The watchdog is to large extent self-explanatory. The following features, however, require a short description. |
| 58 | |
| 59 | === Progress bar |
| 60 | The progress bar displays the progress of each job that is currently running (status "Running"). The progress is calculated from the current simulation time and the end_time/restart_time of the job. PALM write these information in the file PROGRESS that resides in the temporary directory of the job. |
| 61 | |
| 62 | === Right mouse click: Show details |
| 63 | Information on the job from the queuing system is displayed |
| 64 | |
| 65 | === Right mouse click: Cancel job |
| 66 | The job will be canceled without any security query. |
| 67 | |
| 68 | === Right mouse click: Force stop |
| 69 | Unlike "Cancel job" the job will initiate a proper termination of the run, i.e. data will be processed and possibly restart binary data will be written. |
| 70 | |
| 71 | === Right mouse click: Force restart |
| 72 | The job will initiate a proper termination of the run, followed by an automatic restart of the job chain. This will only work properly, when the job has been configured for restart runs, otherwise this action is identical to "Force stop". |
| 73 | |