KanbanBoardTmpProcessJob::processJobsServer Method
Creates a container by adding the kanban process jobs of the different statuses, by specifying the maximum number of desired records for some of them.
Syntax
server public static container processJobsServer(
WrkCtrResourceGroupRefRecId _workCellFilterRecId,
int _maxCompleted,
int _maxPlanned,
int _maxPrepared,
int _maxInProgress)
Run On
Server
Parameters
- _workCellFilterRecId
Type: WrkCtrResourceGroupRefRecId Extended Data Type
A work cell record identifier by which to filter.
- _maxCompleted
Type: int
The maximum number of completed kanban jobs to retrieve.
- _maxPlanned
Type: int
The maximum number of planned kanban jobs to retrieve.
- _maxPrepared
Type: int
The maximum number of prepared kanban jobs to retrieve.
- _maxInProgress
Type: int
The maximum number of in-progress kanban jobs to retrieve.
Return Value
Type: container
The container with the required kanban process jobs.