Results 1 to 2 of 2

Thread: Trigger state

  1. #1
    Join Date
    Dec 2008
    Posts
    7

    Default Trigger state

    I'm confused about the Quartz TRIGGER_STATE.
    When I look at the Quartz API, a trigger can have the following states:

    BLOCKED
    COMPLETED
    ERROR
    NONE
    NORMAL
    PAUSED

    However, my triggers have state WAITING.

    In the constans class I find that the states are:
    ACQUIRED
    BLOCKED
    COMPLETE
    DELETED
    ERROR
    EXECUTING
    MISFIRED
    PAUSED
    PAUSED_BLOCKED
    WAITING

    I'm trying to create an state diagram of these states but I can't find anything on the net. What are the possible transitions?

    Furthermore, what do the states AQUIRED, PAUSE_BLOCKED and WAITING mean? And where is my NORMAL state from the trigger class? Is WAITING same as NORMAL?

    Thanks in advance.

    Regards,
    Barry
    Last edited by elnbado; Jan 21st, 2009 at 04:51 AM.

  2. #2

    Default

    I suggest Quartz forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •