Interface RunningAccessor

    • Method Detail

      • isRunning

        boolean isRunning()
        Retrieves the is-running property from the running property. Determines whether the component is running. A component is running after being started or being resumed as of Startable.start() or Resumable.resume().
        Returns:
        True in case of being resumed or started (returns the is-running property stored by the running property).