mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
30 lines
639 B
Plaintext
30 lines
639 B
Plaintext
InstallResult
|
|
=============
|
|
|
|
.. currentmodule:: mobase
|
|
|
|
.. autoclass:: InstallResult
|
|
:show-inheritance:
|
|
|
|
.. rubric:: Attributes Summary
|
|
|
|
.. autosummary::
|
|
|
|
~InstallResult.CANCELED
|
|
~InstallResult.FAILED
|
|
~InstallResult.MANUAL_REQUESTED
|
|
~InstallResult.NOT_ATTEMPTED
|
|
~InstallResult.SUCCESS
|
|
~InstallResult.name
|
|
~InstallResult.value
|
|
|
|
.. rubric:: Attributes Documentation
|
|
|
|
.. autoattribute:: CANCELED
|
|
.. autoattribute:: FAILED
|
|
.. autoattribute:: MANUAL_REQUESTED
|
|
.. autoattribute:: NOT_ATTEMPTED
|
|
.. autoattribute:: SUCCESS
|
|
.. autoattribute:: name
|
|
.. autoattribute:: value
|