Process

Undocumented

  • Launch process.

    Throws

    CommandError.InAccessibleExecutable if command could not be executed.

    Declaration

    Swift

    public func launchThrowably() throws
  • Wait until process is finished.

    Throws

    CommandError.ReturnedErrorCode (command: String, errorcode: Int) if the exit code is anything but 0.

    Declaration

    Swift

    public func finish() throws