@page "/TaskScheduler"
| # | 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
|