Skip to content

$TestMode

Gets the current workflow is in test mode.

1
const $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.