Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
john alvarado34960
2 discussion posts
I have a script that I'm writing and just need a script timer to divide the two actions. (I'm just changing the wallpaper after 20 min). I know the fusion has a timer but i just want one wallpaper change, not continous
Mar 11, 2019  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
You can use BFS.General.ThreadWait() for that. It takes an int in milliseconds, so 20 minutes would be:

BFS.General.ThreadWait(1200000);


Hope that helps!
Mar 12, 2019  • #2
User Image
john alvarado34960
2 discussion posts
It works, thanks, the app has been a real help, i had been trying using the windows 10 screensaver but scripting was way more functional and versatile :)
Mar 12, 2019  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Excellent, glad to hear it!
Mar 12, 2019  • #4
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)