You are here: Start » DLInvoke.DL_IsServiceRunning
Checks if the Deep Learning Service is running. If the input is empty, the filter will try to connect indefinitely.
Namespace: | Fil |
---|---|
Assembly: | FilNet.DL.Cpu.dll |
Syntax
C++
C#
public static void DL_IsServiceRunning ( Optional<int> inTimeoutSeconds, out bool outServiceRunning )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inTimeoutSeconds | Ftl.Optional<int> | Number of seconds for which the filter will try to connect. Default value: ftl::NIL. | ||
![]() | outServiceRunning | bool | Returns the value (true or false) that informs about the connection. |