Contents

application(_:willEncodeRestorableState:)

Tells the delegate that the app is about to encode its restorable state.

Declaration

@MainActor optional func application(_ app: NSApplication, willEncodeRestorableState coder: NSCoder)

Parameters

  • app:

    The application.

  • coder:

    The coder extracting the archive.

See Also

Restoring Application State