Documentation produced with EMOS WrDoc and Together®

lib
Class AUT_lib


public class AUT_lib

This library contains application-specific routines such as synchronisation with status object or setting up the typical initial state (new order).

Stereotype compiled module
tsl AUT_lib.tsl

Method Summary
 intAUT_close()
          Closes the AUT
 intAUT_invoke()
          Invokes the AUT
 intAUT_kill()
          Kills the AUT (via Task Manager or so).
 intAUT_reset()
          Closes all windows other than main application window.
 intAUT_save_order_nr(in varname)
           
 intAUT_wait_status(in label, in time)
           

Method Detail

AUT_close

public int AUT_close()
Closes the AUT

AUT_invoke

public int AUT_invoke()
Invokes the AUT
Returns: E_OK on success otherwise !E_OK

AUT_kill

public int AUT_kill()
Kills the AUT (via Task Manager or so).

AUT_reset

public int AUT_reset()
Closes all windows other than main application window.
Returns: E_OK if set_window() succeeded on main window else !E_OK

AUT_save_order_nr

public int AUT_save_order_nr(in varname)

AUT_wait_status

public int AUT_wait_status(in label, in time)

Documentation produced with EMOS WrDoc and Together®