Previous in Contents Next in Contents

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-2000 Microsoft Corporation. All rights reserved.