Grx.Application.is_active

@accepts(Grx.Application)
@returns(bool)
def is_active(self):
    # Python wrapper for grx_application_is_active()
  

Gets the status of the Grx.Application:is-active property

self

a Grx.Application

Returns