stopDetectTransition
stopDetectTransition
Stops the Detector with the given name. Once stopped it no longer watches its condition. If no detector matches the name, nothing happens.
Parameters
| Name | Type | Description |
|---|---|---|
detectorName | String | The name of the detector to stop |
Returns: void
Example
$act.stopDetectTransition("scrollDetector");
Related
$act.startDetectTransition(detectorName)— starts a detector