Click or drag to resize

ScriptingCommandsTimer Property

A command implementing a timer as well as an optional output.

Namespace:  MediaCy.Automation.Automate
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property Timer ( 
	parent As McCommand
) As Timer
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: Timer
Remarks
The command Output contains the time of execution, while its Input can refer to a time returned by an earlier call to Timer.
See Also