CScheduledTask Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{DISPLAYTITLE:cScheduledTask Constructors}}{{Template:API}}{{Template:APIBreadcrumb|9|.cScheduledTask}} <onlyinclude>A parameterized constructor for t…')
 
No edit summary
Line 2: Line 2:




<onlyinclude>A parameterized constructor for the [[CScheduledTask Class|cScheduledTask]] class.</onlyinclude>
<onlyinclude>A parameterized constructor for the [[CScheduledTask Class|cScheduledTask]] class. (VB.NET only)</onlyinclude>


== Syntax ==
== Syntax ==

Revision as of 17:06, 18 August 2015

APIWiki.png


Member of: SynthesisAPI9.cScheduledTask


A parameterized constructor for the cScheduledTask class. (VB.NET only)

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")