Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

ENUM

LaunchStyle

Contents

  • Cases
    • automatically
    • waitForExecutableToBeLaunched
swift
public enum LaunchStyle: Codable, Sendable

Cases

automatically

swift
case automatically

waitForExecutableToBeLaunched

swift
case waitForExecutableToBeLaunched

Released under the MIT License.