Esempio n. 1
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Assign)
}
Esempio n. 2
0
func registerJobProgress() {
	progress.Register(progress.PT_ComplainReplay)
	progress.Register(progress.PT_Complain)
}
Esempio n. 3
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Claim)
}
Esempio n. 4
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Create)
	progress.Register(progress.PT_Modify)
}
Esempio n. 5
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Submit)
}
Esempio n. 6
0
func registerJobProgress() {
	//let it crash
	progress.Register(progress.PT_Valid)
}