Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SALOME::StatSession Struct Reference

Session State and Statistics More...

Data Fields

SessionState state
 State of the session. More...
 
short runningStudies
 Number of running studies. More...
 
boolean activeGUI
 It is True if GUI is active in the session. More...
 

Detailed Description

Session State and Statistics

This struct contains a field list with general information about the session

Field Documentation

SessionState SALOME::StatSession::state

State of the session.

It can be:

  1. asleep : no running study
  2. running : one or more running studies
short SALOME::StatSession::runningStudies

Number of running studies.

boolean SALOME::StatSession::activeGUI

It is True if GUI is active in the session.