Delete Method

The Delete method deletes the task from the task scheduler.

VBScript Syntax

ITask.Delete

Parameters

None

Return Value

None

Example

Set Task = Project.Task
Task.Delete

© 1997-1998 Microsoft Corporation. All rights reserved.