ClassifierProbes - Global
The ClassifierProbes script include provides a classifier probe launch facility. Encapsulates an array of probe information records, initialized either from a JavaScript array or the XML serialized version.
Use in any server-side script where you need to define a classifier probe launch facility.
ClassifierProbes - launch()
Launches the next highest priority classifier from those in the list.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| Boolean | True if a classifier is launched; otherwise, false. |
ClassifierProbes - launchSupplementary()
Launches a supplementary probe.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| void |
ClassifierProbes - size()
Returns the probe length.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| Number | The probe length |