Share via


SysCheckListItem_AdditionalUpdatServ.getStatus Method [AX 2012]

Gets the status of the checklist item.

Syntax

protected SysCheckListStatus getStatus()

Run On

Called

Return Value

Type: SysCheckListStatus Enumeration
The status of the checklist item.

Remarks

Deferred: The item is disabled.

Ready: The item is enabled.

InProcess: The item is being performed.

Finished: The item is finished.

Indeterminate: The item is optional.

See Also

Reference

SysCheckListItem_AdditionalUpdatServ Class