jcarbaugh/python-roku

View Currently Running Application.

Closed this issue · 1 comments

Is there a way to view the current application that is running, or if there is not applications running? I am using this so that i can keep an application alive. But i do not know of a way to view if the application has closed, or is still up, or crashed. Thank you!

from roku import Roku
roku = Roku(host)
roku.current_app

https://github.com/jcarbaugh/python-roku/blob/master/roku/core.py#L276