SyntaxFix
Write A Post
Hire A Developer
Questions
I prefer a non blocking approach:
Dim aw1=GenerateCodeAsync().GetAwaiter() While Not aw1.IsCompleted Application.DoEvents() End While