Description: | <%- taskDescription %> |
Comments: | <%- comments %> |
Creation: | <%- $.formatDateTime('dd/mm/y hh:ii:ss', new Date(creationDate)) %>
<% if (typeof author === "string" && author.length > 0) { %> (by <%- author %>)<% } %> |
Execution: |
<% if (significantDate !== 0) { %><%- (isNaN((new Date(significantDate)).getDate()) ? significantDate : $.formatDateTime('dd/mm/y hh:ii:ss', new Date(significantDate))) %><% } %>
(<%
if (repeating) { %>repeating, <%- scheduleType.toLowerCase() %><% }
else { %>once<% }
%>)
|
Status: | <%- status %><% if (status == "RUNNING") { %> <% } %> |
<% if (status == "SUCCESS" && type == ".DiscoverDeviceTypeTask") { %>
Discovered Type: | <%- discoveredDeviceTypeDescription %> |
Snapshot Task: | Monitor |
<% } %>
<% if (status == "SUCCESS" && type == ".TakeSnapshotTask") { %>
Device: | <%- target %> |
<% } %>