CHSDK Class Descriptions › CaWUDP › Execute Method
Execute Method
Executes the UDP process.
- Syntax
-
object.Execute()
- Owning Class
-
CaWUDP
- Arguments
-
None
- Return Value
-
A long - Zero if success. Nonzero if failure.
- Notes
-
- If using Version Lists or Package Lists, their appropriate chooser must be run Execute() before running CaWUDP.Execute().
- Output from the process will be sent to the ouput log.
Example
Dim objUDP
Set objUDP = objContext.GetUDP()
objUDP.Execute()
More information:
- CHSDK Programming Fundamentals
- CaWHarvest
- SetLogName
- CaWPackageChooser
- CaWVersionChooser
|
Copyright © 2013 CA.
All rights reserved.
|
|