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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ