C# 클래스 Taps.Task

파일 보기 프로젝트 열기: tnwinc/TAP.Net

공개 프로퍼티들

프로퍼티 타입 설명
Head bool
Running bool

공개 메소드들

메소드 설명
Run ( string path ) : int
Run ( ) : void
Runner ( object o ) : void
Task ( AutoResetEvent done, TaskMgrClient client, ScriptPath path, bool single ) : System
TaskComplete ( ) : void
WriteBuffered ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Run() 공개 메소드

public Run ( string path ) : int
path string
리턴 int

Run() 공개 메소드

public Run ( ) : void
리턴 void

Runner() 공개 메소드

public Runner ( object o ) : void
o object
리턴 void

Task() 공개 메소드

public Task ( AutoResetEvent done, TaskMgrClient client, ScriptPath path, bool single ) : System
done System.Threading.AutoResetEvent
client TaskMgrClient
path ScriptPath
single bool
리턴 System

TaskComplete() 공개 메소드

public TaskComplete ( ) : void
리턴 void

WriteBuffered() 공개 메소드

public WriteBuffered ( ) : void
리턴 void

프로퍼티 상세

Head 공개적으로 프로퍼티

public bool Head
리턴 bool

Running 공개적으로 프로퍼티

public bool Running
리턴 bool