em.aem-groovy-console-bundle.19.0.8.source-code.email-success.template Maven / Gradle / Ivy
The newest version!
Script executed by $username on $timestamp.
Script
$script
<%
if (result) {
out << "Result
"
out << "${result}
"
}
if (output) {
out << "Output
"
out << "${output}
"
}
%>Running Time
$runningTime