Document.IsBackgroundCalculationInProgress Method

Indicates whether there are any background calculations in progress for this document.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool IsBackgroundCalculationInProgress()

Return Value

Boolean
Returns true if the document has any data calculation in progress and false otherwise.

Remarks

When a document has background export in progress, users cannot perform document close. For any other background calculation in progress, users cannot perform the following operations:

See Also

Reference

Document Class
Autodesk.Revit.DB Namespace