isThinClientMethodBroadcastForced

isThinClientMethodBroadcastForced(cls: Class;
eventMethodName: String): Boolean

The isThinClientMethodBroadcastForced method of the Application class returns true if the broadcast has been forced for the method specified in the eventMethodName parameter.

You must invoke this method prior to the creation of a form you want it to affect.

This method has no effect on existing forms.

Use this method when running the Automated Test Code Generator (ATCG) in thin client mode. For details, see "Thin Client Method Broadcasting", in Chapter 2 of the Automated Test Code Generator Reference.

2020.0.02 and higher