@page "/TaskScheduler"
| Ord | Task | Tipo | Command | Schedulazione | @if (detRecord == null) {Last | Next | Result | }||
|---|---|---|---|---|---|---|---|---|---|
| @if (currRecord == null) { } else { } | @if (record.Ordinal == minOrdinal) { } else { } @record.Ordinal @if (record.Ordinal == maxOrdinal) { } else { } |
@record.Name
@record.Descript
|
@record.TType |
@record.Command
@record.Args
|
@record.Freq × @record.Cad | @if (detRecord == null) {
@($"{record.DtLastExec:yyyy-MM-dd}")
@($"{record.DtLastExec:ddd HH:mm:ss}")
|
@($"{record.DtNextExec:yyyy-MM-dd}")
@($"{record.DtNextExec:ddd HH:mm:ss}")
|
@record.LastDuration.ToString("N3") sec
@record.LastResult
|
}