Share via


KanbanJobStatus.mustRunPreviousStatus Method [AX 2012]

Indicates whether a previous status update must run in order to go from the current status to the given status.

Syntax

protected boolean mustRunPreviousStatus(LeanKanbanJobStatus _toStatus)

Run On

Called

Parameters

Return Value

Type: boolean
true if at least one previous status update must run to achieve the given status; otherwise, false.

See Also

Reference

KanbanJobStatus Class