company logo

Property :: isInstanceUpdating - Is instance updating

The property returns whether the instance selected in the property handle is under processing, i.e. it is going to be stored, deleted or created. Especially updating context functions must not be called in this state.

When no instance is selected, the property returns false. When the property handle is not valid, the property throws an exception.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation overview

Implementation details

  1. - internal feature (not documented)
    bool Property  :: isInstanceUpdating (  )
  2. to list
  3. - internal feature (not documented)
    bool Property  :: isInstanceUpdating ( bool bRecursive )
    • bRecursive - Process recursive

      The function is called recursively for subordinated elements.

  4. to list