windowNumbers(options:)
Returns the window numbers for all visible windows satisfying the specified options.
Declaration
class func windowNumbers(options: NSWindow.NumberListOptions = []) -> [NSNumber]?Parameters
- options:
The possible options are specified in Numberlistoptions.
Return Value
An array of window numbers for all visible windows satisfying the specified options. (Windows on the active space are returned in z-order; that is, front to back.)