Status
enum Status
The status of the export
-
Export is in progress
Declaration
Swift
case progress(Double)
-
Export is finished
Declaration
Swift
case finished(Data)