KanbanJobScheduler Class [AX 2012]
The KanbanScheduler class performs all actions that are required to schedule kanban jobs.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canMove | Indicates whether a KanbanJob record can be moved. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| expectedDateTime | Determines the expected date and time for a kanban job. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| leanWorkCellScheduleCapacity | Retrieves a LeanWorkCellScheduleCapacity object that is used by the scheduler class. |
| lockOwnerKanbanJobScheduler | Retrieves the scheduler that owns the locks for the current instance. |
| lockWorkCell | Locks a work cell so that it is not used by other scheduler processes at the same time. |
| new | Initializes a new instance of the KanbanJobScheduler class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmKanbanJob | Gets or sets the KanbanJob parameter. |
| parmLockOwnerKanbanJobScheduler | Gets or sets the LockOwnerKanbanJobScheduler parameter. |
| parmRootKanbanJobScheduler | Gets or sets the RootKanbanJobScheduler parameter. |
| releaseAllLocks | Releases all remaining locks. |
| releaseLockWorkCell | Releases a lock on a work cell so that it can be used by other scheduler processes. |
| rootKanbanJobScheduler | Retrieves the root scheduler. |
| run | Executes a schedule action. |
| runScheduler | Performs the scheduling action. |
| scheduleDateTime | Retrieves the schedule date and time. |
| setNextJobExpectedDateTime | Sets the ExpectedDateTime field of the next kanban jobs given that the next jobs are not planned individually. |
| setPrevJobDueDateTime | Sets the DueDateTime field of the previous kanban jobs given that the planned period is earlier than the due date. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| startDateTime | Determines the start date and time for the kanban job based on the expected date of the previous job. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates input parameters. |
| wait | Pauses a process. (Inherited from Object.) |
| wrkCtrResourceGroup | Retrieves the WrkCtrResourceGroup record that will be used by the scheduler class. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: