log
Logs a message on the job output.
Syntax
job(msg)
Parameters
msg
String message to log
Return code
None.
Sample
log("the job is running");