BatchInfo Class [AX 2012]

Syntax

class BatchInfo implements SysPackable

Run On

Called

Methods

  Method Description
Gg738137.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif dialog
Gg738137.pubmethod(en-us,AX.60).gif doBatch
Gg738137.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif fieldBatchExecuteValue
Gg738137.pubmethod(en-us,AX.60).gif fieldText
Gg738137.pubmethod(en-us,AX.60).gif getFromDialog Assigns the dialog values to the internal variables.
Gg738137.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif hasBatchHeader
Gg738137.pubmethod(en-us,AX.60).gif hasDialogClass
Gg738137.pubmethod(en-us,AX.60).gif ignoreOnFail
Gg738137.pubmethod(en-us,AX.60).gif initParmDefault
Gg738137.pubmethod(en-us,AX.60).gif lastValueDataAreaId
Gg738137.pubmethod(en-us,AX.60).gif lastValueDesignName
Gg738137.pubmethod(en-us,AX.60).gif lastValueElementName
Gg738137.pubmethod(en-us,AX.60).gif lastValueType
Gg738137.pubmethod(en-us,AX.60).gif lastValueUserId
Gg738137.pubmethod(en-us,AX.60).gif new
Gg738137.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the BatchInfo class.
Gg738137.pubmethod(en-us,AX.60).gif parmAutomaticTransaction Gets or sets the AutomaticTransaction parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmBatch Gets the Batch parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmBatchExecute Gets or sets the BatchExecute parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmBatchHeader Gets the BatchHeader parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmBatchId Gets the BatchId parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmCaption Gets or sets the Caption parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmConstraintType Gets or sets the ConstraintType parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmDataareaId Gets or sets the DataareaId parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmGroupId Gets or sets the GroupId parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmInheritFromTaskId Gets or sets the InheritFromTaskId parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmPeriodic Gets or sets the Periodic parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmPerUnit Gets or sets the PerUnit parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmPrivateBatch Gets or sets the PrivateBatch parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmRecurrenceData Gets or sets the RecurrenceData parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmRetriesOnFailure Gets or sets the RetriesOnFailure parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmRunClass Gets or sets the RunClass parameter.
Gg738137.pubmethod(en-us,AX.60).gif parmRuntimeTask Gets or sets the RuntimeTask parameter.
Gg738137.pubmethod(en-us,AX.60).gif resetBatchHeader
Gg738137.pubmethod(en-us,AX.60).gif save
Gg738137.pubmethod(en-us,AX.60).gif setBatchDialog
Gg738137.pubmethod(en-us,AX.60).gif setText
Gg738137.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the BatchInfo class.
Gg738137.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif validate
Gg738137.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg738137.pubmethod(en-us,AX.60).gif Gg738137.static(en-us,AX.60).gif ::construct Initializes a new instance of the BatchInfo class.

Top

Inheritance Hierarchy

Object Class
  BatchInfo Class