SmartBatch 2006 Application Programmatic Interface

JobData Members

JobData overview

Public Instance Constructors

JobData Constructor Default constructor.

Public Instance Properties

AppName An Application Group provides a grouping of objects that you want to manage and secure together. Currently, the Default Application Group is provided. A future release of the product will provide the ability to add and manage additional Application Groups. An Application Group name consist of a combination of letters or numbers up to 32 characters in length.
CompletedDateTime Indicates the last completion date and time for the Job.
ComputerGroup The Computer Group associated with the Job. For no Computer Group, set this property to Util.Msg.DefaultValues.None.
DateTime Reserved for future use.
Description The description for the object. The description consist of a combination of letters or numbers up to 64 characters in length.
Enabled Indicates if the Job is enabled. The Job will only be processed by the Executive Server if it is enabled.
JobSteps Provides a list of JobStepData objects that represent the Steps in a Job.
ModDate The date and time that any information pertaining to the object was changed. The value is set by the product in the DataServices assembly.
ModUser The user that last changed any information pertaining to the object. The value is automatically obtained by a custom .NET remoting layer that provides the value of the Windows user/account.
Name The name of the object. The name consist of a combination of letters or numbers up to 32 characters in length.
NewName Reserved for future use.
NextRunDate The next run date and time for the Job.
ParamList The Parameter List/Group associated with the Job. For no Parameter Group, set this property to Util.Msg.DefaultValues.None.
RestartOperationName When executing a Job on demand, this value indicates the name of the Operation in the Step defined by the RestartStepName and RestartStepSeqNbr where execution should start.
RestartOperationSeqNbr When executing a Job on demand, this value indicates the sequence number for the Operation in the Step defined by the RestartStepName and RestartStepSeqNbr where execution should start.
RestartStepName When executing a Job on demand, this value indicates the name of the Step in the Job where execution should start.
RestartStepSeqNbr When executing a Job on demand, this value indicates the name of the sequence number for the Step in the Job where execution should start.
RunOnce Indicates if the Executive Server should remove the Job from the configuration when the Job completes. If true, the Job will be deleted by the Executive Server after it completes.
SchedName The Schedule Name associated with the Job. If the Job is not scheduled, set this property to Util.Msg.DefaultValues.None.
ScheduleEnabled Indicates if the schedule is enabled.
ScheduleStartTime The start time for the Job.
SeqNbr When processing a Job on demand this is the sequence number associated with the step name to start with.
StatusCode The last Status Code value associated with the Job. This value is set by the Executive Server.
StepName When processing a Job on demand this is the name of the Step to start with.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

JobData Class | OnLineToolWorks.SmartBatch.Data Namespace