Click or drag to resize

IExecutorServiceIsTerminated Property

Gets a value indicating whether this instance is terminated.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
bool IsTerminated { get; }

Property Value

Type: Boolean
true if this instance is terminated; otherwise, false.
See Also