GetJobStatusDescription Method
 
            
                In This Topic
            
            
            Gets a descriptive label for a job state.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function GetJobStatusDescription( _
   ByVal  As JobState _
) As String
             
        
            
            public static string GetJobStatusDescription( 
   JobState 
)
             
        
             
        
            Parameters
- status
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also