Skip to content

CreateAPVersion ​

This event is triggered after an AttrProf version was created.

Parameters ​

ParameterDescription
apthreadidintValue, contains the ID of the AttrProf thread to which the version was attached.
apversionstrintValue, contains the version string of the newly created AttrProf version
apversionidintValue, contains the ID of the created AttrProf version.

Exit value: ​

Remarks ​

See Also ​

Example ​

leo-grammar
	ON_EVENT "CreateAPVersion" {
	
	#do something
	
	}
	ON_EVENT "CreateAPVersion" {
	
	#do something
	
	}