Esempio n. 1
0
void JobUnlockDubber() {
	g_VDJobQueue.SetBlocked(false);
}
Esempio n. 2
0
void JobLockDubber() {
	g_VDJobQueue.SetBlocked(true);
}