Contents

isOwner

A Boolean that indicates whether the calling process owns the entity.

Declaration

@MainActor @preconcurrency var isOwner: Bool { get }

Discussion

The calling process owns the entity if the value is true.

See Also

Managing ownership