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

Afficher le fichier Open project: HakanL/animatroller

Méthodes publiques

Méthode 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 méthode

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
Résultat void

CueInstance() public méthode

public CueInstance ( ) : System
Résultat System

GetAllTasks() public méthode

public GetAllTasks ( ) : Task[]
Résultat Task[]

StopAllExistingTasks() public méthode

public StopAllExistingTasks ( ) : void
Résultat void

StopExistingTask() public méthode

public StopExistingTask ( ILogicalDevice device, Cue cuePart ) : void
device ILogicalDevice
cuePart Animatroller.Framework.LogicalDevice.Cue
Résultat void