TaskService.TaskExists method
Do the taskname exist?.
public bool TaskExists(string taskname)
parameter | description |
---|---|
taskname | Name of task. |
Return Value
true or false. if the taskname exist return is true.
See Also
- class TaskService
- namespace LiTools.Helpers.Organize