IEtlTask.CanDeactivateObject

Fore syntax

CanDeactivateObject(Object: IEtlObject): Boolean;

Fore.NET syntax

CanDeactivateObject(Object: Prognoz.Platform.Interop.KeEtl.IEtlObject): boolean;

Parameters

Object. Object of chain calculation.

Description

The CanDeactivateObject method is used to determine whether the object is excluded from chain calculation.

Comments

Available values:

Fore and Fore.NET examples

The property use is given in the example for IEtlTask.ActivateObject.

See also:

IEtlTask