Added TrangaTask.ToString
This commit is contained in:
parent
247c06872e
commit
2b18dc9d4f
@ -42,4 +42,9 @@ public class TrangaTask
|
||||
UpdateChapters,
|
||||
DownloadNewChapters
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{task}\t{lastExecuted}\t{reoccurrence}\t{(isBeingExecuted ? "running" : "waiting")}\t{connectorName}\t{publication?.sortName}";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user