RegisteredTask.NextRunTime property

For scripting, gets the time when the registered task is next scheduled to run.

Syntax

RegisteredTask.NextRunTime As String

Property value

The time when the registered task is next scheduled to run.

Remarks

If the registered task contains triggers that are individually disabled, these triggers will still affect the next scheduled run time that is returned even though they are disabled.

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

Task Scheduler

RegisteredTask