Back to Index

 

 

Job Component

     CRJobStatus Object

The CRJobStatus object is the main object that manages the current status of the job from a global perspective.  It encapsulates things like the jobs current status, start and end times.  To get the job status see the GetJobStatus method

Property

Type

Description

JobName

String

Job Name related to this statistics entry

JobType

JobTypes

No longer used

JobStatus

StatusTypes

The jobs current status (see StatusTypes below)

RunFromDate

String

Starting date of the jobs last execution

RunFromTime

String

Starting time of the jobs last execution

RunToDate

String

Ending date of the jobs last execution

RunToTime

String

Ending time of the jobs last execution

JobPath

String

Path location of the job

ProcessID

String

System Process ID the job is currently running under.  "0" if the job is not currently running.  This represents the PID that you can get from viewing the process in the Task manager under your MS Windows® operating system.

 

Enum StatusTypes

     Finished

     Running

     Aborted

     Stopped

     Ready

     NotCompiled

End Enum

 

 

 

 

 

 

 


© 2003 - 2007 Relational Solutions, Inc. - All rights reserved