Interface BackgroundTask

    • Method Detail

      • execute

        void execute​(String display,
                     String context)
        Executes the background task with the given context. The given display name is used on logs.
      • getName

        String getName()
        The name of the background task. Do not confuse with the display name used to log a specific execution.
        Returns: