ADSJob class
The NewCopy method returns a copy of the job.
Syntax
C++ |
|
VB |
set newCopy=job.NewCopy |
newCopy |
An exact copy of the job. |
The new copy is not added to the session until the Save method is called.
Before saving the new copy, you must change the Description and, if appropriate, the ApplicationDefinedTag so that they will be unique.