Class FcQueueTaskProps

    • Constructor Detail

      • FcQueueTaskProps

        public FcQueueTaskProps()
    • Method Detail

      • getTriggerToInvoke

        public TriggerKey getTriggerToInvoke()
        Returns:
        Key of the trigger to add to the queue.
      • isAddToEnd

        public boolean isAddToEnd()
        Returns:
        true to add the task to the end of the task queue. false to add it after the current task.
      • setAddToEnd

        public void setAddToEnd​(boolean addToEnd)
        Parameters:
        addToEnd - true to add the task to the end of the task queue. false to add it after the current task.
      • setTriggerToInvoke

        public void setTriggerToInvoke​(TriggerKey triggerToInvoke)
        Parameters:
        triggerToInvoke - Key of the trigger to add to the queue.