Skip to content

$TestMode

Gets whether the current workflow is in test mode.

1
const $TestMode: boolean;

Remarks

This property indicates whether the current instance is in test mode. It returns the same value as the $Instance.TestMode property.