alias_api.store_options
- alias_api.store_options() tuple[int, AlStoreOptions]
Get the options used by store().
- Returns
A tuple containing: (1) the status code result of the operation:
Success - the options were returned succesfully. Failure - AlUniverse was not initialized.
The options used by store().
- Return type
tuple<AlStatusCode, AlStoreOptions>