Back to Aurora Vision Deep Learning websiteYou are here:
Start »
Computer Vision »
Deep Learning »
DL_IsServiceRunning
| Header: |
AVLDL.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::DL_IsServiceRunning
(
atl::Optional<int> inTimeoutSeconds,
bool& outServiceRunning
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
 |
inTimeoutSeconds |
Optional<int> |
0 -  |
NIL |
Number of seconds for which the filter will try to connect |
 |
outServiceRunning |
bool& |
|
|
Returns the value (true or false) that informs about the connection |
Platform support
This operation is only supported on the Microsoft Windows operating system.
Errors
List of possible exceptions:
| Error type |
Description |
| DomainError |
Not supported on this operating system |