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.