ADSJob class

Status property

    Arcana Scheduler Help

The Status property indicates the execution status of the job.

This property is read-only.

Data Type

ADSJobStatus enumeration

Syntax

 

C++

job->get_Status(ADSJobStatus *action)

VB

job.Status

Values

This property will be set to one of the valid ADSJobStatus values.

The Status reflects the status of the job the last time the session's Connect or Refresh method was called.