Observable

class Observable<Element> : ObservableType
  • Filters out the output and launch events to produce just an Observable of the exit status.

    Declaration

    Swift

    func justExitStatus() -> Observable<Int>
  • Filters out the launch and exit events to just produce and Observable of the output (stdout and stderr).

    Declaration

    Swift

    func justOutput() -> Observable<Data>