ScriptingPostCallStack Method |
Posts the scripting call stack to the CTC event stream.
Namespace:
RRAutoLib.Scripting
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Shared Sub PostCallStack (
Optional blnRaw As Boolean = false
)
public static void PostCallStack(
bool blnRaw = false
)
Parameters
- blnRaw (Optional)
- Type: SystemBoolean
When True the call stack is shown in full and unaltered. When False, internal methods are filtered out and EventScript names resolved.
Remarks
Used for debugging.
This method was designed specifically for use within the scripting context.
See Also