Skip to content

Tłumaczenie 🌍

Możesz przetłumaczyć lub poprawić tłumaczenie tej strony.

Wnieś swój wkład

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.