HierarchicalExecutionFlags
- Updated2024-10-09
- 1 minute(s) read
HierarchicalExecutionFlags
Use these constants to specify the hierarchicalExecutionFlags parameter of the Engine.NewHierarchicalExecution method.
- HierarchicalExecMask_DontRunSetupAndCleanup –(Value: 0x2) Specifies that a hierarchical execution does not run setup or Cleanup steps when it generates a call stack. This flag applies to the sequences that contain the Sequence Call steps you pass to the sequenceCallSteps parameter of the Engine.NewHierarchicalExecution method.
- HierarchicalExecMask_IgnorePreconditions –(Value: 0x8): Specifies that when Engine.NewHierarchicalExecution creates the call stack the arguments specify, it does not check the preconditions of the Sequence Call steps that comprise the call stack.
- HierarchicalExecMask_RunRemainingSequence –(Value: 0x4) Specifies that the execution continues normally when the call stack unwinds. When the Sequence Call steps return from the call stack the execution generates, the remaining steps execute normally in the sequences that contain the calls.