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