| Name | Description |
 | BeginEdit | Starts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | CancelEdit | Cancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ClearError | Clears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ClearModified | ClearModified 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) |
 | CompareTo | Implementation of IComparable. Compares two CurJob objects. |
 | Delete | Overloaded. Abort or delete this entry. |
 | EndEdit | Ends an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject) |
  | Find | Overloaded. Creates and loads a CurJobList collection. |
 | Hold | Overloaded. Holds this entry until released. |
 | Initialize | Initializes all properties to their default values. |
  | Load | Load a CurJob from the specified JAMS Server. |
 | Release | Overloaded. Releases this entry from one or more of it's scheduling requirements. |
  | ReprocessCompletion | Reprocesses the completion of the specified entry. |
 | Reschedule | Overloaded. 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 |
 | Restart | Overloaded. Restarts an executing entry. |
  | RestoreData | Overloaded. Restores a serialized object from the database. |
 | SaveData | Overloaded. Saves a serialized object to the database for this entry. |
 | SendData | Overloaded. 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. |
 | SetEntryState | Overloaded. Sets the JobStatus, Icon, and Message of the current entry as well as if the Icon change is permanent. |
 | SetError | Sets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | SetModified | Marks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | SetStatus | Overloaded. Sets the current status of the job. This status is displayed in the monitor view. |
 | ToString | String representation of a Job currently in the schedule. |
 | UndoEdits | Overridden. Throws a NotSupportedException, you cannot edit a CurJob. |
 | Update | Overridden. Throws a NotSupportedException, you cannot edit a CurJob. |
 | Validate | The 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) |
 | WriteSource | Update the source of this entry. |