haorenhui
2023-10-30 6d6cc10d9e8e242661da7fd655dec155a09d676c
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
}