keyAERestoreAppState

Constant keyAERestoreAppState 

Source
pub const keyAERestoreAppState: DescType = 0x7273746f;
Available on crate features AEDataModel and AppleEvents only.
Expand description

If present in a kAEOpenApplication or kAEReopenApplication AppleEvent, with the value kAEYes, then any saved application state should be restored; if present and kAENo, then any saved application state should not be restored

See also Apple’s documentation