EmbeddedJobScheduler.IsConnected Property |
Gets a value indicating whether the job scheduler is connected.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.EmbeddedClient (in AGI.Parallel.EmbeddedClient.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
Property Value
Type:
Booleantrue if this scheduler is connected; otherwise,
false.
Implements
IJobScheduler.IsConnected
See Also