FisFilter_DL_IsServiceRunning


Header: FIL.h
Namespace: fil
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 fil::FisFilter_DL_IsServiceRunning
(
	ftl::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