Back to Index

 

Server Component Class: CRFramework.VISControls.VISServerControl

JobStatistics Object

Properties

Name

Type

Description

JobName

String

Name of the job associated with this object

ObjectName

String

Data Object name for this objects statistic value

ObjectType

String

Data Object type (OleDb, Odbc, Provider, etc...)

RecordCount

Long

Current record count for this object

RecordsPerSecond

Long

Records read or written per second on average

ObjectStatus

JobStatus.JobStatusTypes

ObjectStatus is an enumeration of JobStatus.JobStatusTypes 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

StartTime

Date

Time when the job was last started

 

JobStatisticsCollection Object

The JobStatisticsCollection object is a simple collection used to gather a list of JobStatistics objects.  

For examples of how to use these objects see: GetJobStatistics methods

 


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