Interface StorageActivePart

    • Method Summary

      Modifier and Type Method Description
      boolean isActive()
      Queries whether the part is actually active right now.
    • Method Detail

      • isActive

        boolean isActive()
        Queries whether the part is actually active right now. This might return true even despite some "running" flag being set to false because there might be one last loop cycle execution before checking the "running" flag again.
        Returns:
        if the part is actually active right now.