Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (11.9k points)

I want time delay before function call in apex code. I already created one delay method but it is not working as per expectation. So, is there any way to get this working.

1 Answer

0 votes
by (32.1k points)
edited by

It seems that you want time delay before function in the apex code so for that you can break up your Apex code such that the part you want to execute later is in a separate method.

Browse Categories

...