AbortAfterWaitType 列舉

定義

低優先權等待後要執行的行動會逾時。

public enum AbortAfterWaitType
type AbortAfterWaitType = 
Public Enum AbortAfterWaitType
繼承
AbortAfterWaitType

欄位

名稱 Description
None 0

逾時後進入正常等待隊列。

Blockers 1

超時後,停止阻擋交易。

Self 2

暫停後,直接中止該語句。

適用於