IScheduledTaskModuleChecker.Macro

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.

Example

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

See also:

IScheduledTaskModuleChecker