BeaconDiscoveryTaskSummaryStatus Table
Task summary list for a particular beacon
Note: To cater for multi-tenant mode, this table may contain data for
        multiple tenants. Access requires that the database 
      
TenantID has been set in the SQL Server
        connection context information. That setting filters an underlying table to produce this
        view of data for the single, selected tenant.| Database Column | Details | 
|---|---|
| TaskSummaryStatusID | Type: integer. Key. Generated ID The ID of the device status. | 
| BeaconDiscoveryStatusID | Type: integer. Key The beacon discovery status table which this refers to. | 
| TaskTypeID | Type: integer The type of task which was run. | 
| SuccessCount | Type: integer Success count in this particular execution. | 
| FailureCount | Type: integer Failure count in this particular execution. |