@twinfinity/core
    Preparing search index...

    Enumeration BimChangeStatus

    Represents status of a Change.

    Index

    Enumeration Members

    Failed: "Failed"

    Change has been processed but for some reason a failure occurred. This indicates that changes are stored in the system but some kind of failure occurred. For example, relevant information could not be extracted from a IFC file so it is not possible to visualize it in 3D.

    NotSupported: "NotSupported"

    This type of change is not supported yet. (For example 3D DWG)-

    Processed: "Processed"

    Change has been processed and relevant data has been extracted. This symbolizes a successfully stored change in the system (for example a successfully stored IFC file)

    Processing: "Processing"

    Change is currently being processed. Data is being extracted.

    Unknown: "Unknown"

    Unknown