Interface BackgroundTask

    • Method Detail

      • execute

        void execute​(String context)
        Executes the background task with the given context. Shouldn't throw errors. Tasks are expected to log either their successes or failures.
      • getName

        String getName()
        Returns the name for this task