Process

  • 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