237. Sudo

237.1. Summary of Module Globals

List of Global Functions

  • GetModified - Data was modified?

  • PollAbort - Checks whether an Abort button has been pressed. If so, calls function to confirm the abort call. :*

  • Read - Read all sudo settings

  • Write - Write all sudo settings

List of Global Variables

    237.2. Global Functions

    237.2.1. GetModified

    Data was modified?

    Return value

    • boolean - true if modified

    237.2.2. PollAbort

    Checks whether an Abort button has been pressed. If so, calls function to confirm the abort call. :*

    Return value

    • boolean - true if abort confirmed

    237.2.3. Read

    Read all sudo settings

    Return value

    • boolean - true on success

    237.2.4. Write

    Write all sudo settings

    Return value

    • boolean - true on success

    237.3. Global Variables

    237.4. Module Requirements

    237.4.1. Module Imports

    • Message
    • Popup
    • Progress
    • Report
    • SCR
    • Service
    • Summary
    • Users
    • UsersCache

    237.4.2. Module Includes