KanbanJobSchedulerPlanUpdate Class [AX 2012]
The KanbanJobSchedulerPlanUpdate class updates a kanban job in the schedule.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canMove | Indicates whether a KanbanJob record can be moved. (Inherited from KanbanJobScheduler.) |
| 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. (Inherited from KanbanJobScheduler.) |
| 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. (Inherited from KanbanJobScheduler.) |
| lockOwnerKanbanJobScheduler | Retrieves the scheduler that owns the locks for the current instance. (Inherited from KanbanJobScheduler.) |
| lockWorkCell | Locks a work cell so that it is not used by other scheduler processes at the same time. (Inherited from KanbanJobScheduler.) |
| mustRunScheduler | Determines whether the scheduler must run for the given kanban job. |
| new | Initializes a new instance of the KanbanJobScheduler class. (Inherited from KanbanJobScheduler.) |
| 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. (Inherited from KanbanJobScheduler.) |
| parmKanbanJobOrig | Gets or sets the KanbanJobOrig parameter. |
| parmLockOwnerKanbanJobScheduler | Gets or sets the LockOwnerKanbanJobScheduler parameter. (Inherited from KanbanJobScheduler.) |
| parmRootKanbanJobScheduler | Gets or sets the RootKanbanJobScheduler parameter. (Inherited from KanbanJobScheduler.) |
| releaseAllLocks | Releases all remaining locks. (Inherited from KanbanJobScheduler.) |
| releaseLockWorkCell | Releases a lock on a work cell so that it can be used by other scheduler processes. (Inherited from KanbanJobScheduler.) |
| rootKanbanJobScheduler | Retrieves the root scheduler. (Inherited from KanbanJobScheduler.) |
| run | Executes a schedule action. (Inherited from KanbanJobScheduler.) |
| runScheduler | Performs the scheduling action. (Overrides the runScheduler Method.) |
| scheduleDateTime | Retrieves the schedule date. (Overrides the scheduleDateTime Method.) |
| setNextJobExpectedDateTime | Sets the ExpectedDateTime field of the next kanban jobs given that the next jobs are not planned individually. (Inherited from KanbanJobScheduler.) |
| setPrevJobDueDateTime | Sets the DueDateTime field of the previous kanban jobs given that the planned period is earlier than the due date. (Inherited from KanbanJobScheduler.) |
| 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. (Inherited from KanbanJobScheduler.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updatePlanKanbanJob | Updates the current schedule for a kanban job. |
| 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. (Inherited from KanbanJobScheduler.) |
| wait | Pauses a process. (Inherited from Object.) |
| wrkCtrResourceGroup | Retrieves the WrkCtrResourceGroup record that will be used by the scheduler class. (Inherited from KanbanJobScheduler.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | |
| ::newStandard | Initializes a new instance of the KanbanJobSchedulerPlanUpdate class. |
Community Additions
ADD
Show: