global class AsyncInfo {
|
global AsyncInfo() { }
|
global Object clone() { }
|
global static Integer getCurrentQueueableStackDepth() { }
|
global static Integer getMaximumQueueableStackDepth() { }
|
global static Integer getMinimumQueueableDelayInMinutes() { }
|
global static Boolean hasMaxStackDepth() { }
|
|
}
|