Values.JobMessagesSourceProvides messages from the service about jobs that you have already successfully submitted.
type nonrec t = {info : string list option;List of messages that are informational only and don't indicate a problem with your job.
*)warning : string list option;List of messages that warn about conditions that might cause your job not to run or to fail.
*)}