name
The name associated with the receiver.
Declaration
var name: String? { get set }Discussion
You can use a name string to identify a lock within your code. Cocoa also uses this name as part of any error descriptions involving the receiver.
The name associated with the receiver.
var name: String? { get set }You can use a name string to identify a lock within your code. Cocoa also uses this name as part of any error descriptions involving the receiver.