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