CtcServiceIsStarted Property |
Gets a value indicating whether the CTC service is currently runnig.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Shared ReadOnly Property IsStarted As Boolean
Get
public static bool IsStarted { get; }
Property Value
Type:
BooleanTrue if service is running; otherwise,
False.
See Also