adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EnumHelpers Class / IsAllHeld Method

In This Topic
    IsAllHeld Method
    In This Topic
    Checks to see if a HoldType value has flags set to disable all execution.
    Syntax
    'Declaration
     
    
    Public Shared Function IsAllHeld( _
       ByVal val As HoldType _
    ) As Boolean
    public static bool IsAllHeld( 
       HoldType val
    )

    Parameters

    val

    Return Value

    True if all Disable flags have been set, False otherwise.
    Remarks
    See Remarks under HoldType.
    See Also