ConfiguringState
public enum ConfiguringState : Int
Describes the state of the remote configuring process of the Core object,
‘Skipped’ when the feature is disabled.
-
Undocumented
Declaration
Swift
case Successful = 0 -
Undocumented
Declaration
Swift
case Failed = 1 -
Undocumented
Declaration
Swift
case Skipped = 2
ConfiguringState Enumeration Reference