Back to Index

 

Job Components

BlueSky Integration Studio gives you the capability to compile your jobs to .NET components!  A component is a .dll that you can reference from you own custom .NET applications including VB.NET, C# and ASP.NET.   Creating a component is just as easy as creating an executable, you simply click the Build->Component menu option instead.   The job will compile the same way, only it will compile to a local .dll component instead of a .exe file on the server.   (see Using a Job component in your .NET application)

Properties and Methods

Option

Description

ClearLogFile

Clears the job log file.  Specify number of lines to keep and it will not remove the last x lines

ClearParameters

Clear the parameter file of all parameters and values.

CurrentStatus

Property: returns ReturnStatusTypes enum value.

GetLogJob

Returns a CRLogEventCollection made up of CRLogEvent objects.

GetJobStatistics

Returns a CRJobStatisticsCollection made up of CRJobStatistics objects.

GetJobStatus

Returns a CRJobStatus object

GetParameters

Returns a CRParametersCollection made up of CRParameter objects.

ResetJob

Resets a job and its associated logs, status file and statistics

RunJob

Runs a job in the current thread and returns when the job has completed.

RunJobThreaded

Runs a job in a separate thread.  Fires the JobCompleted event when the job is complete.

SetParameterValue

Adds and/or Sets a parameter value.

StopJob

Sends a request to the job to stop execution immediately.

 


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