SyntaxFix
Write A Post
Hire A Developer
Questions
If your method is returning something back, you can solve this error by putting .Result to the end of the job and .Wait() if it doesn't return anything.
.Result
.Wait()