You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<classname="ActionPlan"description="A set of parallel steps for an application to carry out a command">
86
-
<attributename="execution_policy"description="How the application should execute steps of the action plan"type="enum"range="modules-in-parallel,modules-in-series"init-value="modules-in-parallel"/>
85
+
<classname="ActionPlan"description="A set of steps for an application to carry out a command">
86
+
<attributename="execution_policy"description="How the application should dispatch the command to modules matched by each step of the ActionPlan"type="enum"range="modules-in-parallel,modules-in-series"init-value="modules-in-parallel"/>
<classname="DaqModulesGroup"description="Represents a group of DAQ Modules that can run commands in parallel as one of the steps of an ActionPlan."is-abstract="yes">
149
+
<classname="DaqModulesGroup"description="Represents a group of DAQ Modules that can run commands in parallel or in series as one of the steps of an ActionPlan."is-abstract="yes">
0 commit comments