Console Actions
Console Actions are actions to print exit messages to the user. These messages will appear on Marvin console, notification e-mail, and any other kind of execution report.
Actions
console.error
Log an error message to user.
Parameters:
message - error message to be shown.
Return:
This action gives no return
console.log
Log a message to user.
Parameters:
message - message to be shown.
Return:
This action gives no return
console.success
Log a success message to user.
Parameters:
message - success message to be shown.
Return:
This action gives no return
console.warning
Log a warning message to user.
Parameters:
message - warning message to be shown.
Return:
This action gives no return