IControllableIsRunning Property |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determine whether or not the controllable service is running.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxReturn Value
Type:
Booleantrue if the service is running;
false otherwise.
Remarks
Returns
false before a service is started, while the
service is starting, while a service is shutting down and after
the service has stopped. It only returns
true after
completing its start processing and before beginning its shutdown
processing.
See Also