Back to Index

 

Server Component Class: CRFramework.VISControls.VISServerControl

JobStatus Object

Properties

Name

Type

Description

JobName

String

Name of the job associated with this object

JobStatus

JobStatusTypes

JobStatus is an enumeration containing the following possible values:

Option

Description

Aborted

The job has aborted, check the log for details

Finished

The job has completed sucessfully

NotCompiled

The job has not been compiled

Ready

The job is compiled and ready to run

Running

The job is currently running

Stopped

The job has been stopped by the user

 

ProcessID

String

The operating system process id the job is currently running under

RunFromDateTime

DateTime

Job start date / time

RunToDateTime

DateTime

Job end date / time

JobPath

String

Relative path of the job on the server within the application domain repository

 

JobStatusCollection Object

The JobStatusCollection object is a simple collection used to gather a list of JobStatus objects.  

For examples of how to use these objects see: GetJobs, GetJobStatus methods


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