SequenceContext.Caller

Syntax

SequenceContext.Caller

Data Type

SequenceContext

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.

See Also

SequenceContext

SequenceContext.CallingStep

SequenceContext.CallStackDepth

SequenceContext.Root

Thread.GetSequenceContext