@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Constants useful for SetJob. !!!!C# Definition: enum Job_Control { Pause = 1, Resume = 2, Cancel = 3, Restart = 4, Delete = 5 } !!!!VB Definition: Enum Job_Control Pause = 1 Resume = 2 Cancel = 3 Restart = 4 Delete = 5 End Enum !!!!Notes: None.
Edit Enums.Job_Control
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.