ShellBrowser .Net Edition
IsTerminated Property
NamespacesJam.ShellBasicWorkItemIsTerminated
This property is set to true if the work item was terminated before it finished processing, this may happen e.g. if AllowAbortUponExceedingTimeLimit was true.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsTerminated { get; protected set; }
Public Property IsTerminated As Boolean
public:
property bool IsTerminated {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)