Click or drag to resize
DashboardQueryQueuedForRefresh Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a value that indicates if this query is queued for refresh.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool QueuedForRefresh { get; }

Property Value

Type: Boolean
True if this query is queued for refresh

Return Value

Type: Boolean
if this query is queued for refresh
Remarks
Only one query can be refreshed at once. If a request to refresh this query is set whilst another is running, this flag is set to true.
See Also