PROJ_GRID_AVAILABILITY_USE
Objective-C
enum {}
Swift
struct PROJ_GRID_AVAILABILITY_USE : Equatable, RawRepresentable
Describe how grid availability is used.
-
Grid availability is only used for sorting results. Operations * where some grids are missing will be sorted last.
Declaration
Objective-C
PROJ_GRID_AVAILABILITY_USED_FOR_SORTING
-
Completely discard an operation if a required grid is missing.
Declaration
Objective-C
PROJ_GRID_AVAILABILITY_DISCARD_OPERATION_IF_MISSING_GRID
-
Ignore grid availability at all. Results will be presented as if * all grids were available.
Declaration
Objective-C
PROJ_GRID_AVAILABILITY_IGNORED
-
Results will be presented as if grids known to PROJ (that is * registered in the grid_alternatives table of its database) were * available. Used typically when networking is enabled.
Declaration
Objective-C
PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE