mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 03:17:33 +01:00
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…
x
Reference in New Issue
Block a user