示例#1
0
文件: ajax.php 项目: hackingman/TubeX
function tbxConversionQueueStop()
{
    ConversionQueue::Stop();
    JSON::Success('The conversion queue has been flagged to stop.  It can take several minutes for the conversion queue to actually stop running.');
}