Hi all,
is there any possibility to delay region checkpoints in general? (via eventhandler, script,...)
I know that there is autowait timeout but that's not what I need.
I need every checkpoint to delay for example for one second, so wait 1s and then start the checkpoint.
(I do not want to add delay(1000) before every region checkpoint)
best regards
joachim
Solved! Go to Solution.
Write your own region checkpoint function NewRegionCheckpoint that contains
Delay
standard region checkpoint
and use that everywhere
This is an interesting use case. Can anybody advise on that?🙂
@tristaanogre @Marsha_R @BenoitB
Write your own region checkpoint function NewRegionCheckpoint that contains
Delay
standard region checkpoint
and use that everywhere
Thank you Marsha!
@jsc does this approach work for you?
Subject | Author | Latest Post |
---|---|---|