Pages:
Actions
  • #1 by racepro on 10 Oct 2014
  • Hi,
    Is there a quick way to find when a block closes ?
    At the moment I have to trawl through the logs to find if it closed. Quite time consuming.
    I can get an idea sometimes from the program logs when I see when a trigger fires.
    Thanks
    R
  • #2 by MarkV on 10 Oct 2014
  • Hi
    If all the conditions in the close block trigger are true, there will be a message:
    Waiting for an updated list of bets before the block can be closed.

    otherwise it will say:
    (last condition)
    Condition is false
    Remaining conditions in the block will not be checked.

    Therefore if you do CTRL F and in the search box type "Waiting" you should find where the block was closed.
  • #3 by racepro on 10 Oct 2014
  • Hi Mark,

    I wasn't aware of the search box and thanks for the CTL F function. It will save me a lot of time trawling as my close block knowledge is not up to scratch but improving.
    Cheers
    R
Pages:
Actions