SequenceContext.Caller
- Updated2025-07-21
- 1 minute(s) read
SequenceContext.Caller
Syntax
SequenceContext.Caller
Data Type
Purpose
Returns the sequence context of the calling sequence.
Note
To access additional levels of the call stack, such as the caller of the calling sequence, use the
Thread.GetSequenceContext
method to specify the desired call stack level as a parameter.
Remarks
Returns a NULL reference if no calling sequence exists. For asynchronously called sequences, this property might reference a sequence context that is no longer running steps.