Click or drag to resize

Timer Class

A command implementing a timer as well as an optional output.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandDateTime, DateTime
          MediaCy.Addins.ScriptingTimer

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class Timer
	Inherits OneInputOneOutputCommand(Of DateTime, DateTime)

The Timer type exposes the following members.

Constructors
  NameDescription
Public methodTimer
Initializes a new instance of the Timer class
Top
Properties
  NameDescription
Public propertyDisplay
Where to display the command output.
Public propertyMessage
The message to display as the output using the {0} formatting place-holder.
Top
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