IScheduledTaskModuleChecker.Macro

Fore Syntax

Macro: String;

Fore.NET Syntax

Macro: string;

Description

The Macro property determines the function defined in assembly, unit or form.

Comments

Assembly, unit or form must contain functions with the Function <name> (<param>: IScheduledTask): Boolean signature.

To determine the expected result of function execution, use the IScheduledTaskModuleChecker.ExpectedResult property.

Fore and Fore.NET Examples

The property use is given in the example for IScheduledTaskModuleChecker.Module.

See also:

IScheduledTaskModuleChecker