mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-06 02:44:17 +02:00
Switch Execution State to Running when executing
This commit is contained in:
@ -34,6 +34,10 @@ public abstract class TrangaTask
|
||||
this.language = language;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Set state to running
|
||||
/// </summary>
|
||||
/// <param name="taskManager"></param>
|
||||
public abstract void Execute(TaskManager taskManager);
|
||||
|
||||
/// <returns>True if elapsed time since last execution is greater than set interval</returns>
|
||||
|
Reference in New Issue
Block a user