Contents

faultingState

The faulting state of the managed object.

Declaration

var faultingState: Int { get }

Return Value

0 if the object is fully initialized as a managed object and not transitioning to or from another state, otherwise some other value.

Discussion

0 if the object is fully initialized as a managed object and not transitioning to or from another state, otherwise some other value. This property allows you to determine if an object is in a transitional phase when receiving a key-value observing change notification.

See Also

Getting State Information