Click or drag to resize

EngineAffinityChoices Enumeration

Defines if the command can run in any engine.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration EngineAffinityChoices
Members
  Member nameValueDescription
RunInAnyEngine0The command can run in any engine
RunInOneEngineOnly1The command always run in the same engine
Remarks