Hi,

I used a repeating time and after calling stop() method it still triggers.
Both of debug logs are visible - triggering related one is still coming
after calling stop()

Is it bug or some weird feature? ;)


    Timer

    {

        id              : refreshTimer

        interval        : noRefresh // <- readonly property of parent item

        running         : false

        triggeredOnStart: false

        repeat          : true


        onIntervalChanged: { if ( noRefresh === interval ) {
refreshTimer.stop() } }

        onTriggered: { console.debug("!!! Triggered !!!"); }

        onRunningChanged: { console.debug("Running: ", running) }

    }
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to