ADSJob class

Description property

    Arcana Scheduler Help

The Description property specifies the title or description of the job. The Description must be unique.

Data Type

BSTR

Syntax

 

C++

job->get_Description(BSTR *value)
job
->
put_Description(BSTR value)

VB

job.Description

Remarks

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: /\:*?"<>|