Share via


SysCheckListItem_PreventAtStartupUpgrade.getState Method [AX 2012]

Gets the state of the checklist item.

Syntax

public SysCheckListStatus getState()

Run On

Called

Return Value

Type: SysCheckListStatus Enumeration
The state of the checklist item.

Remarks

This should always return SysCheckListStatus::Finished in order to make the SysCheckList_Upgrade.finalizeChecklist method work as expected.

See Also

Reference

SysCheckListItem_PreventAtStartupUpgrade Class