testMode property

bool? testMode
getter/setter pair

Can be specified in the event request, otherwise false (default).

If true, enables tasks with condition "test_mode = true". If false, disables tasks with condition "test_mode = true" if global test mode (set by platform) is also false {@link EventBusConfig}.

Optional.

Implementation

core.bool? testMode;