November Happy Hour will be moved to Thursday December 5th.
I would like to add some more spacing and new lines in my execution summary. I have tried adding "\n" for new lines but it does not do anything.
Hi Laurent,You can use HTML in result message:
public override string Execute() { return """ Job Executed <br> <b>Bold</b> <i>Italic</i> """; }
Then in job history it will be rendered:
I would like to add some more spacing and new lines in my execution summary. I have tried adding "\n" for new lines but it does not do anything.