ADSJob class

            Arcana Scheduler Help

The ADSJob class represents a job, or scheduled program. The ADSJob class encapsulates exposes all of the options available to a user when setting up a scheduled program in the Schedule Administrator, and provides additional functionality available only to API clients.

ADSJob objects cannot be directly created—all jobs are managed by the ADSSession class, which provides methods to create, retrieve, and delete jobs. Jobs can also be created by copying an existing job.

A job is scheduled to run at specific times by adding one or more schedules to the job. Various properties of the job itself control other aspects of the job's execution.

Additional Informational Topics

Identifying Jobs. Explains the methods available for locating a specific job.

User Interface Control. Explains how to restrict users from making changes to your jobs through the Schedule Administrator.

Class Information

 

Program ID

ADScheduler.ADSJob

Interface

IADSJob2