axlCommitSetupDB
axlCommitSetupDB(x_hsdb) =>x_database
Description
Saves the setup database file, for instance, the maestro.sdb or data.sdb file.
This function does not save the test states file. Ensure that you use this function only when you need to save the setup database, else use the axlSaveSetup or maeSaveSetup function.
Arguments
Value Returned
|
The setup database handle for the saved setup database file is returned. |
||
Examples
Returns the setup database handle for the saved setup database file.
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlCommitSetupDB( data_sdb )
=> 1002
Related Topics
Return to top