SequenceContext.CallStackDepth
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
SequenceContext.CallStackDepth
Syntax
SequenceContext.CallStackDepth
Data Type
Purpose
Returns the zero-based sequence call depth of the sequence context in the current execution. The call depth refers to the number of nested sequences called before reaching the currently executing sequence. The call stack depth of the first sequence an execution calls is zero, and the call stack depth increases with each call to a subsequence.