Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SysCheckListItem_SysUpgradeCodeUpgrade class is an informational checklist item to restart the Microsoft Dynamics AX Application Object Server (AOS).
Syntax
class SysCheckListItem_SysUpgradeCodeUpgrade extends SysCheckListItem_Informational implements SysCheckListInterfaceUpgradeAod, SysCheckListInterfaceUpgradeModel
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
addDependency | (Inherited from SysCheckListItem.) |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
checkboxState | Retrieves the state of the check box on the checklist. (Inherited from SysCheckListItem.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
finalize | Gets called when the containing checklist is closed. (Inherited from SysCheckListItem.) |
![]() |
flushState | Flushes the state of the checklist item. (Inherited from SysCheckListItem.) |
![]() |
getCheckListGroup | Returns the group name of the checklist item. (Overrides the getCheckListGroup Method.) |
![]() |
getDependency | Gets a list of dependent items. (Inherited from SysCheckListItem.) |
![]() |
getHelpLink | Gets the help link of the checklist item. (Overrides the getHelpLink Method.) |
![]() |
getItemId | Gets the class ID of the checklist item. (Inherited from SysCheckListItem.) |
![]() |
getItemParameters | Gets the parameter of a checklist item. (Inherited from SysCheckListItem.) |
![]() |
getMenuFunction | Gets the menu function of the checklist item. (Inherited from SysCheckListItem.) |
![]() |
getMenuItemName | Gets the name of the menu item for the checklist item. (Inherited from SysCheckListItem_Informational.) |
![]() |
getMenuItemType | Gets the type of the menu item for the checklist item. (Inherited from SysCheckListItem_Informational.) |
![]() |
getSequence | Gets a set of items to be placed before this item. (Inherited from SysCheckListItem.) |
![]() |
getState | Gets the state of the checklist item. (Inherited from SysCheckListItem.) |
![]() |
getStatus | Gets the status of the checklist item. (Inherited from SysCheckListItem.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
helpText | Gets the help text to show in the checklist for this item. (Overrides the helpText Method.) |
![]() |
indeterminate | Indicates if the checklist item is an optional item. (Inherited from SysCheckListItem.) |
![]() |
init | Initializes the checklist item. (Inherited from SysCheckListItem.) |
![]() |
isCheckbox | Verifies if the checklist item is of type check box. (Inherited from SysCheckListItem.) |
![]() |
isExecuted | (Inherited from SysCheckListItem.) |
![]() |
isRunnable | Indicates if the checklist item is runnable or not. (Inherited from SysCheckListItem.) |
![]() |
label | Gets the label to show in the checklist for this item. (Overrides the label Method.) |
![]() |
new | Initializes a new instance of the SysCheckListItem_SysUpgradeCodeUpgrade class. (Overrides the new Method.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmSysCheckList | Gets or sets the SysCheckList parameter. (Inherited from SysCheckListItem.) |
![]() |
placeAfter | (Inherited from SysCheckListItem.) |
![]() |
save | (Inherited from SysCheckListItem.) |
![]() |
setStatus | Sets the status of the checklist item. (Inherited from SysCheckListItem.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
visible | Gets or sets the visibility of the checklist item. (Inherited from SysCheckListItem.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Remarks
This is only an informational checklist item. The user must manually perform the action that is required outside of Microsoft Dynamics AX.
Inheritance Hierarchy
Object Class
SysCheckListItem Class
SysCheckListItem_Informational Class
SysCheckListItem_SysUpgradeCodeUpgrade Class