C# Class Taps.Task

Afficher le fichier Open project: tnwinc/TAP.Net

Méthodes publiques

Свойство Type Description
Head bool
Running bool

Méthodes publiques

Méthode Description
Run ( string path ) : int
Run ( ) : void
Runner ( object o ) : void
Task ( AutoResetEvent done, TaskMgrClient client, ScriptPath path, bool single ) : System
TaskComplete ( ) : void
WriteBuffered ( ) : void

Private Methods

Méthode Description
Buffer ( bool error, bool force, string s ) : void
Compile ( ScriptPath spath, bool tapwasupdated ) : string
ForwardOutput ( string s, bool error, bool force, bool>.Action writedel ) : void
GetSubjectAssemblies ( ) : string[]
HandleOutput ( string s, bool error, bool>.Action writedel ) : void
IsOutdated ( string obj, string src ) : bool
PdbFromTap ( string tap ) : string
TapFromSource ( ScriptPath s ) : string

Method Details

Run() public méthode

public Run ( string path ) : int
path string
Résultat int

Run() public méthode

public Run ( ) : void
Résultat void

Runner() public méthode

public Runner ( object o ) : void
o object
Résultat void

Task() public méthode

public Task ( AutoResetEvent done, TaskMgrClient client, ScriptPath path, bool single ) : System
done System.Threading.AutoResetEvent
client TaskMgrClient
path ScriptPath
single bool
Résultat System

TaskComplete() public méthode

public TaskComplete ( ) : void
Résultat void

WriteBuffered() public méthode

public WriteBuffered ( ) : void
Résultat void

Property Details

Head public_oe property

public bool Head
Résultat bool

Running public_oe property

public bool Running
Résultat bool