Checks whether the interaction log is opened. @return True if the interaction log is open, false otherwise.
()
| 66 | * @return True if the interaction log is open, false otherwise. |
| 67 | **/ |
| 68 | public static boolean isOpen() |
| 69 | { |
| 70 | return m_is_open; |
| 71 | } |
| 72 | } |