Declaration

func postRead(_ error: NSErrorPointer, format formatVersion: GSFormatVersion) -> Bool

Declaration

- (BOOL) postRead:(NSError **) error format:(GSFormatVersion) formatVersion;

Declaration

postRead_format_(formatVersion: GSFormatVersion) -> tuple[bool, NSError]

Parameters

error

A pointer to an NSError object to store any error that occurs.

formatVersion

The format version.

Return Value

YES if successful, NO otherwise.