IControllableIsRunning Property |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Determine whether or not the controllable service is running.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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