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