@page "/TaskScheduler"
TaskList
@if (currRecord == null) { } else { }
@if (isLoading) { } else if (ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else {
@if (detRecord == null) { } @foreach (var record in ListRecords) { @if (detRecord == null) { } }
Ord Task Tipo Command Sched.Last Next Result
@if (detRecord == null) { @if (currRecord == null) { } else { } } @if (detRecord == null) { @if (record.Ordinal == minOrdinal) { } else { } } @record.Ordinal @if (detRecord == null) { @if (record.Ordinal == maxOrdinal) { } else { } }
@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}")
}
@if (detRecord != null && !isLoading) {
}