1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| Quintiq file version 2.0
| #parent: #root
| Attribute IsRunning
| {
| #keys: '3[141860.4.276501559][141860.4.276501558][141860.4.276501560]'
| Description:
| [*
| Boolean indicating whether the corresponding `LibOpt_Run` is running.
| This value is true if the run has started and isn't finished or aborted.
|
| While this value is true, the `LibOpt_OptimizerRunController` will reserve CPU threads for the corresponding `LibOpt_Run`.
| Note: If a dataset is unexpectedly unloaded during a run, the value will stay true.
| In this case, the `LibOpt_OptimizerRunController.AbortUnalignedControllerRuns` daemon will ensure that `IsAborted` is set to `true`, so that `IsRunning` is set to `false`.
| *]
| ValueType: Boolean
| }
|
|