874
edits
No edit summary |
m (typo fix) |
||
| Line 33: | Line 33: | ||
;Available :Represents an add-on that is known to be available for install. Depending on where the AddonInstall came from there may be very little information about the add-on available. | ;Available :Represents an add-on that is known to be available for install. Depending on where the AddonInstall came from there may be very little information about the add-on available. | ||
;Downloading :This state is used to show that downloads are in progress for the add-on. Almost all add-ons consist of a single file to download. Once the file is downloaded the Checking state may be entered if additional information is required, otherwise the Downloaded state is entered. | ;Downloading :This state is used to show that downloads are in progress for the add-on. Almost all add-ons consist of a single file to download. Once the file is downloaded the Checking state may be entered if additional information is required, otherwise the Downloaded state is entered. | ||
;Checking :In some cases the additional information about version compatibility and dependencies may be required. The Checking state is used for small lookup requests for these and then | ;Checking :In some cases the additional information about version compatibility and dependencies may be required. The Checking state is used for small lookup requests for these and then dependent on the result the AddonInstall may move back to the Downloading state or on to the Downloaded state. | ||
;Downloaded :At this point all the necessary parts of the add-on are available on the computer. It is here that the user may be asked if they want to proceed with the installation. | ;Downloaded :At this point all the necessary parts of the add-on are available on the computer. It is here that the user may be asked if they want to proceed with the installation. | ||
;Installing :Here the add-on is being installed by its provider. This may cover file extraction etc. | ;Installing :Here the add-on is being installed by its provider. This may cover file extraction etc. | ||
edits