adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobStatusHelpers Class / IsDelayed Method
The status to evaluate


In This Topic
    IsDelayed Method
    In This Topic
    Indicates whether a status represents a delayed state
    Syntax
    'Declaration
     
    
    Public Shared Function IsDelayed( _
       ByVal status As JobState _
    ) As Boolean
    public static bool IsDelayed( 
       JobState status
    )
    public:
    static bool IsDelayed( 
       JobState status
    ) 

    Parameters

    status
    The status to evaluate
    See Also