limj
2023-10-09 eab10a370cd6e9d46c67ef1b8dbf6c767e1d478b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Quintiq file version 2.0
#parent: #root
Attribute ConcurrentRuns
{
  #keys: '3[141860.4.266714320][141860.4.266714319][141860.4.266714321]'
  Description:
  [*
    The total number of running `LibOpt_Runs` accross all datasets.
    Only runs for which `LibOpt_RunStatus::IsRunning` returns `true` are counted. 
    
    Since `LibOpt_Run` objects live in separate datasets, we don't check the status of these objects directly. Instead, we look at the status of the `LibOpt_ControllerRuns`.
    The `LibOpt_ControllerRuns` should be aligned with their corresponding `LibOpt_Runs`.
  *]
  ValueType: Number
}