JAMS 6.x Help
CurJob Class Methods


For a list of all members of this type, see CurJob members.

Public Methods
 NameDescription
Public MethodBeginEditStarts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodCancelEditCancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodClearErrorClears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodClearModifiedClearModified is designed to be used internally and should not be called from end-user code. Call Update() which saves the modifications and then calls ClearModified. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodCompareToImplementation of IComparable. Compares two CurJob objects.  
Public MethodDeleteOverloaded. Abort or delete this entry.  
Public MethodEndEditEnds an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject)
Public Methodstatic (Shared in Visual Basic)FindOverloaded. Creates and loads a CurJobList collection.  
Public MethodHoldOverloaded. Holds this entry until released.  
Public MethodInitializeInitializes all properties to their default values.  
Public Methodstatic (Shared in Visual Basic)LoadLoad a CurJob from the specified JAMS Server.  
Public MethodReleaseOverloaded. Releases this entry from one or more of it's scheduling requirements.  
Public Methodstatic (Shared in Visual Basic)ReprocessCompletionReprocesses the completion of the specified entry.  
Public MethodRescheduleOverloaded. Reschedules the entry. Sends changes that you have made to the CurJob object to the JAMS Schedule engine. The only properties that can be changed are: AgentNode BatchQueue HoldTime Held SchedulingPriority  
Public MethodRestartOverloaded. Restarts an executing entry.  
Public Methodstatic (Shared in Visual Basic)RestoreDataOverloaded. Restores a serialized object from the database.  
Public MethodSaveDataOverloaded. Saves a serialized object to the database for this entry.  
Public MethodSendDataOverloaded. Sends data to the job. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue.  
Public MethodSetEntryStateOverloaded. Sets the JobStatus, Icon, and Message of the current entry as well as if the Icon change is permanent.  
Public MethodSetErrorSets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodSetModifiedMarks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodSetStatusOverloaded. Sets the current status of the job. This status is displayed in the monitor view.  
Public MethodToStringString representation of a Job currently in the schedule.  
Public MethodUndoEditsOverridden. Throws a NotSupportedException, you cannot edit a CurJob.  
Public MethodUpdateOverridden. Throws a NotSupportedException, you cannot edit a CurJob.  
Public MethodValidateThe Validate method is a virtual method used to validate the object. The default implantation does no validation it simply marks the object as valid. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodWriteSourceUpdate the source of this entry.  
Top
Protected Methods
 NameDescription
Protected MethodRaisePropertyChangedAttempts to raise the PropertyChanged event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodRaisePropertyChangingAttempts to raise the PropertyChanging event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodSaveOriginalSaveOriginal is called when an edit is about to begin. You override this method to save the original values. (Inherited from MVPSI.JAMS.BasePublicObject)
Top
See Also

Reference

CurJob Class
MVPSI.JAMS Namespace