Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.42 KB

taskdefinition-triggers.md

File metadata and controls

68 lines (40 loc) · 1.42 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TaskDefinition.Triggers property
For scripting, gets or sets a collection of triggers that are used to start a task.
ff5faa5d-30eb-4ecb-91bc-ae5e42fec69f
Triggers property Task Scheduler
Triggers property Task Scheduler , TaskDefinition object
TaskDefinition object Task Scheduler , Triggers property
apiref
TaskDefinition.Triggers
taskschd.dll
COM
reference
05/31/2018

TaskDefinition.Triggers property

For scripting, gets or sets a collection of triggers that are used to start a task.

Syntax

TaskDefinition.Triggers As TriggerCollection

Property value

A collection of triggers that are used to start a task.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

TriggerCollection

Trigger