Go to file
glax 4b0a1c0a9d Added Structs Chapter and Publication
Added TaskManager and TrangaTask

TaskManager manages all TrangaTasks and starts Tasks when necessary.
Execution is necessary when time elapsed between last execution and now is greater than TrangaTask.reoccurrence.
2023-05-17 23:23:01 +02:00
.gitignore initial commit 2023-05-17 22:13:15 +02:00
Chapter.cs Added Structs Chapter and Publication 2023-05-17 23:23:01 +02:00
Connector.cs Added Structs Chapter and Publication 2023-05-17 23:23:01 +02:00
Publication.cs Added Structs Chapter and Publication 2023-05-17 23:23:01 +02:00
TaskManager.cs Added Structs Chapter and Publication 2023-05-17 23:23:01 +02:00
Tranga.csproj initial commit 2023-05-17 22:13:15 +02:00
Tranga.sln initial commit 2023-05-17 22:13:15 +02:00
TrangaTask.cs Added Structs Chapter and Publication 2023-05-17 23:23:01 +02:00