AsyncInfo クラス
現在のスタック深度、最大スタック深度、およびキュー可能トランザクションの最小のキュー可能遅延を取得したり、最大スタック深度が設定されているかどうかを判断したりするメソッドを提供します。
名前空間
AsyncInfo のメソッド
AsyncInfo のメソッドは次のとおりです。
getCurrentQueueableStackDepth()
キュー可能トランザクションの現在のキュー可能スタック深度を取得します。
署名
public static Integer getCurrentQueueableStackDepth()
戻り値
型: Integer
getMaximumQueueableStackDepth()
キュー可能トランザクションの最大キュー可能スタック深度を取得します。
署名
public static Integer getMaximumQueueableStackDepth()
戻り値
型: Integer
getMinimumQueueableDelayInMinutes()
キュー可能トランザクションの最小のキュー可能遅延 (分) を取得します。
署名
public static Integer getMinimumQueueableDelayInMinutes()