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