DashboardQueryQueuedForRefresh Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if this query is queued for refresh.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool QueuedForRefresh { get; }
Public ReadOnly Property QueuedForRefresh As Boolean
Get
public:
virtual property bool QueuedForRefresh {
bool get () sealed;
}
function get_QueuedForRefresh();
Property Value
Type:
BooleanTrue if this query is queued for refresh
Return Value
Type:
Booleanif 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