subscribeTimeoutAnalyzerNode
function subscribeTimeoutAnalyzerNode(analyzer, options): () => void;
Subscribe to a timeout loop to get the data from Analyzer
Parameters
| Parameter | Type | Description |
|---|---|---|
analyzer | Analyzer | the analyzer to subscribe |
options | AnalyzerSubscribableOptions | message handler, etc. |
Returns
(): void;
Returns
void