isValid
A Boolean value that indicates whether the receiver is valid.
Declaration
var isValid: Bool { get }Discussion
false if the receiver is known to be invalid, otherwise true.
An NSPort object becomes invalid when its underlying communication resource, which is operating system dependent, is closed or damaged.