cScheduledTask.SetTeams Method

From ReliaWiki
Revision as of 17:34, 13 March 2019 by David J. Groebel (talk | contribs) (Created page with '{{DISPLAYTITLE:cScheduledTask.SetTeams Method}}{{Template:API}}{{Template:APIBreadcrumb|.cScheduledTask}} <onlyinclude>Sets the teams required for the …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
APIWiki.png


Member of: SynthesisAPI.cScheduledTask


Sets the teams required for the task.


Remarks: Designed for VB6/VBA users, but can also be used in .NET. Alternatively, .NET users can use the Teams() property in the class to get or set the teams.

Syntax

.SetTeams(ByRef arr())

Parameters

arr()

Required as TeamInfo. An array of the team IDs for the task.

Example

VBA