Defines a schedule for a task
| Column Name | Column Datatype | Column Null Option | Column Comment |
| task_sched_id | integer | not null | A unique id for the schedule |
| start_year | integer | with null | Current year yyyy |
| start_month | integer | with null | Month 1-12 |
| start_date_of_month | nvarchar(255) | with null | Date of month |
| start_hour | integer | with null | Hour to start job |
| start_minute | integer | with null | minute when job should start |
| start_second | integer | with null | Second when should start |
| isrepeat | integer | with null | Whether the schedule is a repeat schedule 0 = no 1 = yes |
| repeat_interval | integer | with null | Interval in seconds |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| task_sched_id | wsm_task_list | task_sched_id |