IToolExecutionResult 介面
連接定義執行作業的結果。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Interface IToolExecutionResult
public interface IToolExecutionResult
IToolExecutionResult 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ExitCode | 結束代碼 0 -否則成功-失敗 | |
ExitMessage | 將對使用者顯示的訊息在匯出的解析對話方塊 (做為確認對話方塊中,) | |
HasExited | 如果 executer 關閉作業,則傳回 true | |
Id | 執行作業流程或作業處理常式的 ID | |
Name | 執行作業中處理常式的名稱。 | |
PromptUserForMergeConfirmation | TFS 是否只應提示使用者確認 (使用) 由合併工具 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Cancel | 取消執行處理序。 | |
WaitForOperationEnd | 直到作業的區塊。 |
回頁首