TaskService.Check method
Check a task. if the task is done. remove it from dictonary.
public void Check(string taskname)
parameter | description |
---|---|
taskname | name of task. |
See Also
- class TaskService
- namespace LiTools.Helpers.Organize
Check a task. if the task is done. remove it from dictonary.
public void Check(string taskname)
parameter | description |
---|---|
taskname | name of task. |