ADSJob class
Arcana Scheduler Help
The Description property specifies the title or description of the job. The Description must be unique.
BSTR
C++ |
job->get_Description(BSTR *value) |
VB |
job.Description |
The Description property is the description presented to the user to identify the job in the Schedule Administrator and in error and other notification messages for the job.
An application should not depend on the Description as a means of locating a specific job from session to session; use the ApplicationDefinedTag instead.
The description may be up to 50 characters and may not contain any of the following characters: /\:*?"<>|