Indicates whether the Process Engine associated with the server hierarchy object is currently enabled. This property allows you to isolate the Process Engine to a particular object in the server hierarchy, for example, IVirtualServer or IServerInstance.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ProcessEngineEnabled As Nullable(Of Boolean)
C#
Nullable<bool> ProcessEngineEnabled { get; set; }
Visual C++
property Nullable<bool> ProcessEngineEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_processEngineEnabled();
function set_processEngineEnabled(value);

ToggleRemarks

ToggleSee Also