IScheduledTaskChecker.CheckMsg

Syntax

CheckMsg: String;

Description

The CheckMsg property returns text of the error occurred on the task execution.

Comments

The property is read-only.

To set if the task is executed on occurring of event, use the IScheduledTaskChecker.Check method.

Example

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

See also:

IScheduledTaskChecker