Scripting $TestMode¶ Gets the current workflow is in test mode. 1const $TestMode: boolean; Remarks¶ This property is used to determine the current instance is in test mode or not. This property returns the same value with $Instance.TestMode property.