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