Defines a list of tasks associated with a give engine.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| manager_uuid | byte(16) | not null | The uuid of the manager |
| taskid | integer | not null | The id for the task. Note a task is associated with a manager. This is part of a composite key |
| name | nvarchar(255) | not null | The name of the task |
| description | nvarchar(1024) | with null | The description of the task |
| result | nvarchar(1024) | with null | The result of the task |
| result_code | integer | with null | The result of the task |
| type | varchar(20) | with null | The type of task:
discovery firmware config ... |
| task_end_time | integer | with null | The time the task ended |
| task_sched_id | integer | with null | A unique id for the schedule |
| status_id | integer | not null | The status id |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| manager_uuid taskid |
wsm_task_attribute | manager_uuid taskid |