With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Scheduled job: Format result

Vote:
 

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.

#329625
Sep 09, 2024 12:07
Vote:
 

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:

#329629
Sep 09, 2024 14:33
Laurent - Sep 10, 2024 8:27
Thanks Karol! Worked like a charm 👌
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.