@page "/TaskScheduler"
TaskList
@if (currRecord == null) { } else { }
@if (ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else {
@foreach (var record in ListRecords) { }
# Task Tipo Command Schedulazione Last Next Result
@if (currRecord == null) { } else { @* *@ } @record.TaskId
@record.Name
@record.Descript
@record.TType
@record.Command
@record.Args
@record.Freq × @record.Cad
@($"{record.DtLastExec:yyyy-MM-dd}")
@($"{record.DtLastExec:ddd HH:mm:ss}")
@($"{record.DtNextExec:yyyy-MM-dd}")
@($"{record.DtNextExec:ddd HH:mm:ss}")
@record.LastDuration sec
@record.LastResult
}