CheckpointMode
public enum CheckpointMode : Int32
The available checkpoint modes.
-
Undocumented
Declaration
Swift
case passive = 0
-
Undocumented
Declaration
Swift
case full = 1
-
Undocumented
Declaration
Swift
case restart = 2
-
Undocumented
Declaration
Swift
case truncate = 3