application(_:didDecodeRestorableState:)
Tells the delegate when the app finished decoding its restorable state.
Declaration
@MainActor optional func application(_ app: NSApplication, didDecodeRestorableState coder: NSCoder)Parameters
- app:
The application.
- coder:
The coder extracting the archive.