Show contents 

Fore > Fore Assembly Interfaces > IScheduledTaskAlert > IScheduledTaskAlert.Next

IScheduledTaskAlert.Next

Fore Syntax

Next;

Fore.NET Syntax

Next();

Description

The Next method moves to the next event.

Comments

To call the event occurrence, use the IScheduledTaskAlert.Invoke method.

See also:

IScheduledTaskAlert