You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Interfaces > IServiceProxy Interface
> IServiceProxy Methods > IServiceProxy.IsRunning Method
Close
Ofcas.Lk.Api.Client - Version 3.0
IServiceProxy.IsRunning Method

Checks if the service is currently running.

Syntax
C#
IResult IsRunning();

Returns an IResult indicating OperationCode.Accepted when the service is running and OperationCode.Rejected when the service is not started, has stopped, or crashed.

Copyright © 2020. All rights reserved.