ScriptType

public enum ScriptType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case shellScript = "SHELL_SCRIPT"
  • Undocumented

    Declaration

    Swift

    case powershellScript = "POWERSHELL_SCRIPT"
  • Declaration

    Swift

    public var description: String { get }