Umra.GetScriptExecutionInfo
long GetScriptExecutionInfo(
[out] long * ScriptErrorCount, [out] VARIANT * ScriptMessage)
Argument
|
Type
|
Description
|
ScriptErrorCount
|
Out
|
The number of errors occurred executing the script of the project on the UMRA Service..
|
ScriptMessage
|
Out
|
The log information generated by the UMRA Service when the last project was executed.
|
The interface method retrieves the logging and error count information from the last project executed through the COM object on the UMRA Service. The number of errors that occurred when the script was executed is returned and the log information generated by the UMRA Service.
On success, the method returns zero. If the information cannot be obtained from the COM object, a nonzero value is returned.
|