Umra.ExecuteProjectScript
long ExecuteProjectScript([in] BSTR ProjectName)
Argument
|
Type
|
Description
|
ProjectName
|
In
|
The name of the project of which the script must be executed by the UMRA Service.
|
The interface method requests the UMRA Service to execute the script of the specified project immediately. The COM object must be connected to the UMRA Service (see Umra.Connect) and the project must be maintained by the UMRA Service. The current list with variable-value pairs is used to execute the script of the project.
When the project is executed successfully, the return value is zero. In this case, the list with variables is updated as defined in the UMRA project script. The returned variables can be used for further processing. The log information in the COM object is updated. The method Umra.GetLogMsg can be used to retrieve the log information.
|