Interface Schedulable

    • Method Detail

      • execute

        void execute​(JobExecutionContext context)
              throws Exception
        The action to perform when a trigger is fired. Do not manually call this method.
        Parameters:
        context - the context
        Throws:
        Exception - if an error occured
      • getIconSmall

        String getIconSmall()
        Returns the path to the small icon in 16x16 pixels
        Returns:
        the path to the 16x16 icon
      • getIconMedium

        String getIconMedium()
        Returns the path to the medium icon in 32x32 pixels
        Returns:
        the path to the 32x32 icon
      • getIconLarge

        String getIconLarge()
        Returns the path to the large icon in 48x48 pixels
        Returns:
        the path to the 48x48 icon
      • isPrivate

        boolean isPrivate()
        Returns true if the schedulable is private
        Returns:
        true if the schedulable is private
      • acceptConcurrentExecution

        boolean acceptConcurrentExecution()
        Returns true if two runnables of this schedulable can be executed concurrently
        Returns:
        true if two runnables of this schedulable can be executed concurrently