CScheduledTask.OnCondGetTeams Method: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{DISPLAYTITLE:cScheduledTask.OnCondGetTeams Method}}{{Template:API}}{{Template:APIBreadcrumb|.cScheduledTask}} <onlyinclude>Returns an array teams req…')
(No difference)

Revision as of 21:55, 13 March 2019

APIWiki.png


Member of: SynthesisAPI.cScheduledTask


Returns an array teams required for the 'On condition' task.


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

Syntax

.OnCondGetTeams(ByRef arr())

Parameters

arr()

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

Example

VBA