Пример #1
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Assign)
}
Пример #2
0
func registerJobProgress() {
	progress.Register(progress.PT_ComplainReplay)
	progress.Register(progress.PT_Complain)
}
Пример #3
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Claim)
}
Пример #4
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Create)
	progress.Register(progress.PT_Modify)
}
Пример #5
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Submit)
}
Пример #6
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Valid)
}