269. Sudo

269.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

    269.2. Global Functions

    269.2.1. GetModified

    Data was modified?

    Return value

    • boolean - true if modified

    269.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

    269.2.3. Read

    Read all sudo settings

    Return value

    • boolean - true on success

    269.2.4. Write

    Write all sudo settings

    Return value

    • boolean - true on success

    269.3. Global Variables

    269.4. Module Requirements

    269.4.1. Module Imports

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

    269.4.2. Module Includes