Share via


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

  • _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.

See Also

Reference

KanbanBoardTmpProcessJob Table