SysCheckListItem.getStatus Method [AX 2012]
Gets the status of the checklist item.
Syntax
protected SysCheckListStatus getStatus()
Run On
Called
Return Value
Type: SysCheckListStatus Enumeration
Returns the status of the checklist item.
Remarks
Deferred: The item is disable.
Ready: The item is enable.
InProcess: The item is being performed.
Finished: The item is finished.
Indeterminate: The item is optional.