Back to FabImage Deep Learning website

You are here: Start » Computer Vision » Deep Learning » DL_IsServiceRunning

DL_IsServiceRunning


Header: FILDL.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

C++
C#
 
void fil::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

Errors

List of possible exceptions:

Error type Description
DomainError Not supported on this operating system