CreateAPVersion ​
This event is triggered after an AttrProf version was created.
Parameters ​
Parameter | Description |
---|---|
apthreadid | intValue, contains the ID of the AttrProf thread to which the version was attached. |
apversionstr | intValue, contains the version string of the newly created AttrProf version |
apversionid | intValue, contains the ID of the created AttrProf version. |
Exit value: ​
Remarks ​
See Also ​
Example ​
leo-grammar
ON_EVENT "CreateAPVersion" {
#do something
}