java: addScheduledJobAfterDelay() - can I force a scheduled job to start ?
- by ufk
Hiya.
I'm making a poker game, and on the betting stage i created a scheduledjob that will run every 8 seconds, on each 8 seconds it forwards to the next player to place a bet.
now if the user placed a bet before the 8 seconds are over, i want to manually force the next scheduled job to start.
Is there a way to force the scheduled job to start immediately when required ?
thanks