KanbanJobStatus.nextStatus Method [AX 2012]
Retrieves the next job status for the KanbanJob table buffer.
Syntax
public LeanKanbanJobStatus nextStatus([LeanKanbanJobStatus _status])
Run On
Called
Parameters
- _status
Type: LeanKanbanJobStatus Enumeration
The current status; optional.
Return Value
Type: LeanKanbanJobStatus Enumeration
The next status.
Remarks
This method retrieves the same as the current value, if the final status has already been reached.