Gets a value that indicates if the process running the current
search job is dead, but with the search not finished.
Namespace: Splunk.ClientAssembly: Splunk.Client (in Splunk.Client.dll) Version: 2.1.1.0 (2.1.1.0)
Syntaxpublic virtual bool IsZombie { get; }
Public Overridable ReadOnly Property IsZombie As Boolean
Get
public:
virtual property bool IsZombie {
bool get ();
}
abstract IsZombie : bool with get
override IsZombie : bool with get
Property Value
Type:
Booleantrue if this object is zombie,
false if not.
Implements
IJobIsZombie
See Also