File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,10 @@ This is the order of actions happening at a healthy end of run.
5454### before_STOP_ACTIVITY
5555
5656- ` before_STOP_ACTIVITY ` hooks with negative weights are executed
57+ - ` trg.RunStop() ` at ` -10 `
5758- ` "run_end_time_ms" ` is set using the current time. It is considered as the EOR and SOEOR timestamps.
5859- ` before_STOP_ACTIVITY ` hooks with positive weights (incl. 0) are executed:
59- - ` trg.RunStop() ` , ` odc.Stop() ` (does not need to return now) at ` 0 `
60+ - ` odc.Stop() ` (does not need to return now) at ` 0 `
6061
6162### leave_RUNNING
6263
@@ -194,4 +195,4 @@ If this operation fails for one or more detectors, the
194195
195196The environment will then declare a ** failure** , the
196197` STOP_ACTIVITY ` transition will be blocked and the environment
197- will move to ` ERROR ` .
198+ will move to ` ERROR ` .
You can’t perform that action at this time.
0 commit comments