Click or drag to resize

TaskManager Class

Opens or closes the Task Manager panel.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.GadgetsGadgetCommandBase
          MediaCy.Commands.GadgetsGadgetCommandTaskManagerPanel
            MediaCy.Addins.ScriptingTaskManager

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class TaskManager
	Inherits GadgetCommand(Of TaskManagerPanel)
Constructors
  NameDescription
Public methodTaskManager
Initializes a new instance of the TaskManager class
Public methodTaskManager(McCommand)
Initializes a new instance of the TaskManager class
Top
Remarks
The Task Manager can be used to monitor and control the background tasks executed by Image-Pro Premier.
See Also