Share via


WrkCtrScheduler.schedStatus Method [AX 2012]

Retrieves the scheduling status, either Job scheduled or Operation scheduled, based scheduling method requested for a certain order.

Syntax

public ProdSchedStatus schedStatus(WrkCtrParmSchedule _wrkCtrParmSchedule)

Run On

Server

Parameters

  • _wrkCtrParmSchedule
    Type: WrkCtrParmSchedule Class
    A WrkCtrParmSchedule record that contains the order scheduling parameters.

Return Value

Type: ProdSchedStatus Enumeration
A ProdSchedStatus enumeration value that represents the scheduling status.

See Also

Reference

WrkCtrScheduler Class