AvsFilter_DL_IsServiceRunning


Header: AVL.h
Namespace: avl
Module: DL_Common

Checks if the Deep Learning Service is running. If the input is empty, the filter will try to connect indefinitely.

Syntax

void avl::AvsFilter_DL_IsServiceRunning
(
	atl::Optional<int> inTimeoutSeconds,
	bool& outServiceRunning
)

Parameters

Name Type Range Default Description
Input value inTimeoutSeconds Optional<int> 0 - NIL Number of seconds for which the filter will try to connect
Output value outServiceRunning bool& Returns the value (true or false) that informs about the connection