189. OneClickInstallWorkerResponse

189.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    189.2. Global Functions

    189.2.1. FromXML

    DeSerialises this data structure from XML.

    Function parameters

    • string filename

    Return value

    • void

    189.2.2. GetErrorMessage

    Return value

    • string - the error message.

    189.2.3. GetFailureStage

    Return value

    • string - the string representation of the failure stage of the install process.

    189.2.4. GetNote

    Return value

    • string - the note.

    189.2.5. GetSuccess

    Return value

    • boolean - the success indicator.

    189.2.6. SetErrorMessage

    Function parameters

    • string value

    Return value

    • void

    189.2.7. SetFailureStage

    Function parameters

    • string value

    Return value

    • void

    189.2.8. SetNote

    Function parameters

    • string value

    Return value

    • void

    189.2.9. SetSuccess

    Function parameters

    • boolean value

    Return value

    • void

    189.2.10. ToXML

    Serialises this data structure to XML.

    Function parameters

    • string filename

    Return value

    • void

    189.3. Global Variables

    189.4. Module Requirements

    189.4.1. Module Imports

    • XML

    189.4.2. Module Includes