Click or drag to resize

McCommandSchedule Method (ThreadAffinity, TaskPriority)

Depending on its threading behavior and priority, Run will either display and execute immediately simply display for potential later processing, or queue the command for background processing.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable Sub Schedule ( 
	taskBehavior As ThreadAffinity,
	taskPriority As TaskPriority
)

Parameters

taskBehavior
Type: MediaCy.IQL.ApplicationThreadAffinity
taskPriority
Type: MediaCy.IQL.ApplicationTaskPriority
Remarks