I am creating schedule task.
- HourlyTaskScheduler and setting Action as CreateTaskAction, as we want to execute custom code for this schedule.
- when scheduler invokes the task state goes to Queued
* - *How to register trigger for CreateTaskAction, or how to catch notification that hourlyschedule task is triggered.