cScheduledTask Constructors
Jump to navigation
Jump to search
Member of: SynthesisAPI9.cScheduledTask
A parameterized constructor for the cScheduledTask class.
Syntax
cScheduledTask(Name)
Parameters
Name
- String. The name for the new scheduled task. (Required)
Example
VB.NET 'The following code creates a new scheduled task called "NewSTask". Dim STask As cScheduledTask("NewSTask")