RunLate Property

CurrentTask2 Example

 

Controls run action when the task is overdue.

 

Declaration

Dim RunLate As Integer

 

Description

Set RunLate to one of the following integer values to specify how the task should react to being late:

 

Value

Meaning

Description

0

Immediately

The task is run immediately when the task becomes late.

1

Don’t Run

The task is not run at all.

2

Prompt

A dialog box appears, asking whether or not to run the task.

 

Use with ScheduleLate to specify how the task is reschedule when the task is late.