Click or drag to resize

McCommandClone Method

Create a copy of this command, and connect the Executed handler.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function Clone As McCommand

Return Value

Type: McCommand
Remarks
This method is used to build scripts and schedule background tasks.
See Also