Click or drag to resize

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
Syntax
Public Shared Sub PostCallStack ( 
	Optional blnRaw As Boolean = 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