C# Class Animatroller.Framework.Controller.CueList.CueInstance

Show file Open project: HakanL/animatroller

Public Methods

Method Description
AddNewTask ( ILogicalDevice device, Cue cuePart, Task task, System.Action mibCheck = null ) : void
CueInstance ( ) : System
GetAllTasks ( ) : Task[]
StopAllExistingTasks ( ) : void
StopExistingTask ( ILogicalDevice device, Cue cuePart ) : void

Method Details

AddNewTask() public method

public AddNewTask ( ILogicalDevice device, Cue cuePart, Task task, System.Action mibCheck = null ) : void
device ILogicalDevice
cuePart Animatroller.Framework.LogicalDevice.Cue
task Task
mibCheck System.Action
return void

CueInstance() public method

public CueInstance ( ) : System
return System

GetAllTasks() public method

public GetAllTasks ( ) : Task[]
return Task[]

StopAllExistingTasks() public method

public StopAllExistingTasks ( ) : void
return void

StopExistingTask() public method

public StopExistingTask ( ILogicalDevice device, Cue cuePart ) : void
device ILogicalDevice
cuePart Animatroller.Framework.LogicalDevice.Cue
return void