Make some long timers be ignored at program exit.

[DEVELOPMENT ENVIRONMENT]
* NEW: Make some long timers be ignored at program exit.
This commit is contained in:
gambas 2022-01-14 21:57:30 +01:00
parent f7cf3b6764
commit 91ee663546
2 changed files with 2 additions and 0 deletions

View file

@ -297,6 +297,7 @@
}
{ timTask #Timer
#MoveScaled(73,17)
Ignore = True
}
Index = 4
Text = ("Unit tests")

View file

@ -140,6 +140,7 @@ Private Sub HandleSpecialURL()
If Not $hTimerNotExist Then
$hTimerNotExist = New Timer As "TimerNotExist"
$hTimerNotExist.Delay = 5000
$hTimerNotExist.Ignore = True
Endif
$hTimerNotExist.Restart