

1.
----------------------------------------------------------------------------
| Command     : script_record
----------------------------------------------------------------------------
| Description : Enable/Disable recording mode
----------------------------------------------------------------------------
| Response    : none                                                       |
============================================================================
| Parameter           | Legal values                 | Comment             |
----------------------------------------------------------------------------
| mode                | abs,inc,stop                 |inc not supported    |
----------------------------------------------------------------------------
| append              | yes/no                       |append to session    |
----------------------------------------------------------------------------


2.
----------------------------------------------------------------------------
| Command     : script_run
----------------------------------------------------------------------------
| Description : run a script
----------------------------------------------------------------------------
| Response    : none                                                       |
============================================================================
| Parameter           | Legal values                 | Comment             |
----------------------------------------------------------------------------
| name                | script name                  |according to dirmode |
|                     |                              |or full path if      |
|                     |                              |starts with /        |
----------------------------------------------------------------------------
| dirmode             | local/global                 | see name            |
----------------------------------------------------------------------------
| params              | script params                |                     |
----------------------------------------------------------------------------
| env1                | env variable setting         |e.g. JOB=jobname     |
----------------------------------------------------------------------------
| env2                |       ""                     |e.g. STEP=stepname   |
----------------------------------------------------------------------------
| env3                |       ""                     |                     |
----------------------------------------------------------------------------
| env4                |       ""                     |                     |
----------------------------------------------------------------------------


3.
----------------------------------------------------------------------------
| Command     : script_save
----------------------------------------------------------------------------
| Description : save a script
----------------------------------------------------------------------------
| Response    : none                                                       |
============================================================================
| Parameter           | Legal values                 | Comment             |
----------------------------------------------------------------------------
| name                | script name                  |according to dirmode |
|                     |                              |or full path if      |
|                     |                              |starts with /        |
----------------------------------------------------------------------------
| dirmode             | local/global                 | see name            |
----------------------------------------------------------------------------
| append              | yes/no                       | add to existing scr |
----------------------------------------------------------------------------


4.
----------------------------------------------------------------------------
| Command     : coord_inc
----------------------------------------------------------------------------


5.
----------------------------------------------------------------------------
| Command     : coord_abs
----------------------------------------------------------------------------


6.
----------------------------------------------------------------------------
| Command     : set_group
----------------------------------------------------------------------------


7.
----------------------------------------------------------------------------
| Command     : do_on_abort
----------------------------------------------------------------------------
| Description : what to do on script abort
----------------------------------------------------------------------------
| Response    : none                                                       |
============================================================================
| Parameter           | Legal values                 | Comment             |
----------------------------------------------------------------------------
| script              | script path                  |full path of script  |
|                     |                              |to run on abort      |
| user_data           | string                       |passed to script     |
----------------------------------------------------------------------------


8.
----------------------------------------------------------------------------
| Command     : skip_next_pre_hook
----------------------------------------------------------------------------
| Description : Causes the system to prevent the running of the "pre"
|               hook of the next line mode command that is run.
|               If the next line mode command does not have a "pre" hook,
|               this command has no effect.
----------------------------------------------------------------------------
| Response    : None                                                       |
============================================================================
| Parameters  : None                                                       |
----------------------------------------------------------------------------


9.
----------------------------------------------------------------------------
| Command     : skip_current_command
----------------------------------------------------------------------------
| Description : This line mode command may only be run in a "pre" hook.
|               It prevents the line mode commnad to which this "pre" hook
|               belongs from running, without returning an error.
|               The other method of preventing a line mode command from running
|               (exiting with a nonzero status from a "pre" hook)
|               generates an error.
----------------------------------------------------------------------------
| Response    : None                                                       |
============================================================================
| Parameters  : None                                                       |
----------------------------------------------------------------------------


10.
----------------------------------------------------------------------------
| Command     : script_ignore_error
----------------------------------------------------------------------------
| Description : Set script error ignore level. This command can be used    |
|               to ignore errors returning from a nested script.           |
----------------------------------------------------------------------------
| Response    : none                                                       |
============================================================================
| Parameter           | Legal values                 | Comment             |
----------------------------------------------------------------------------
| value               | 0 - normal error processing  |                     |
|                     | 1 - all errors are ignored,  |                     |
|                     |     except error code 1      |                     |
|                     | 2 - all errors are ignored   |                     |
----------------------------------------------------------------------------


11.
----------------------------------------------------------------------------
| Command     : script_debug_show                                          |
----------------------------------------------------------------------------
| Description : Opens the script debugger                                  |
----------------------------------------------------------------------------
| Response    : none                                                       |
============================================================================
| Parameter           | Legal values                 | Comment             |
----------------------------------------------------------------------------
| script              | path                         |                     |
----------------------------------------------------------------------------
| params              | script params                |                     |
----------------------------------------------------------------------------
| env1                | env variable setting         |e.g. JOB=jobname     |
----------------------------------------------------------------------------
| env2                |       ""                     |e.g. STEP=stepname   |
----------------------------------------------------------------------------
| env3                |       ""                     |                     |
----------------------------------------------------------------------------
| env4                |       ""                     |                     |
----------------------------------------------------------------------------


12.
----------------------------------------------------------------------------
| Command     : script_debug_hide                                          |
----------------------------------------------------------------------------
| Description : Hides the script debugger                                  |
----------------------------------------------------------------------------
| Response    : none                                                       |
----------------------------------------------------------------------------


13.
----------------------------------------------------------------------------
| Command     : script_bind_show                                           |
----------------------------------------------------------------------------
| Description : Shows the script binder                                    |
----------------------------------------------------------------------------
| Response    : none                                                       |
----------------------------------------------------------------------------


14.
----------------------------------------------------------------------------
| Command     : script_bind_hide                                           |
----------------------------------------------------------------------------
| Description : Hides the script binder                                    |
----------------------------------------------------------------------------
| Response    : none                                                       |
----------------------------------------------------------------------------


15.
----------------------------------------------------------------------------
| Command     : script_run_show                                            |
----------------------------------------------------------------------------
| Description : Shows the script runner                                    |
----------------------------------------------------------------------------
| Response    : none                                                       |
----------------------------------------------------------------------------


16.
----------------------------------------------------------------------------
| Command     : script_run_hide                                            |
----------------------------------------------------------------------------
| Description : Hides the script runner                                    |
----------------------------------------------------------------------------
| Response    : none                                                       |
----------------------------------------------------------------------------
