RobotDeploymentStep
public enum RobotDeploymentStep : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case validating = "Validating" -
Undocumented
Declaration
Swift
case downloadingextracting = "DownloadingExtracting" -
Undocumented
Declaration
Swift
case executingdownloadcondition = "ExecutingDownloadCondition" -
Undocumented
Declaration
Swift
case executingprelaunch = "ExecutingPreLaunch" -
Undocumented
Declaration
Swift
case launching = "Launching" -
Undocumented
Declaration
Swift
case executingpostlaunch = "ExecutingPostLaunch" -
Undocumented
Declaration
Swift
case finished = "Finished" -
Declaration
Swift
public var description: String { get }
View on GitHub
RobotDeploymentStep Enumeration Reference