contents.gifindex.gifprev1.gifnext1.gif

Suspend property

You should use caution with this property. When it is set TRUE, it will disable ActiveAGs worker thread. This means that your application will no longer be notified of incoming calls and other CT Access events. Also, your application will no longer be able to use asynchronous methods.

This property is provided for those who wish to work with CT Access directly. Before doing this, your program MUST set this property TRUE to prevent ActiveAGs worker thread from stealing CT Access events. Be sure to set this property to FALSE when the CT Access code section has completed. See the discussion on Using CT Access directly.

Data type: Boolean Default value: FALSE Units: None

Method interactions: All asynchronous methods are disabled when this property is TRUE.

Event interactions: MOST events are sensitive to this property. When TRUE (enabled), the worker thread in ActiveAG does not run. This completely disables the IncomingCall event and the AsyncCmdDone event. The CallDisconnect event may be detected but only while a method is active.