enum Job_Control { Pause = 1, Resume = 2, Cancel = 3, Restart = 4, Delete = 5 }
Enum Job_Control Pause = 1 Resume = 2 Cancel = 3 Restart = 4 Delete = 5 End Enum
None.
Do you have...
Select "Edit This Page" on the right hand toolbar and edit it!