Contents

isPersistent

A Boolean value that indicates whether the pasteboard is persistent.

Declaration

var isPersistent: Bool { get }

Discussion

Nonpersistent named pasteboards remain available. You can use these to implement such features as Duplicate or Copy Style. A nonpersistent named pasteboard is available only in the process that creates it.

See Also

Related Documentation

Deprecated