adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ResourceFailureAction Enumeration


In This Topic
    ResourceFailureAction Enumeration
    In This Topic
    Determines how a job behaves if one or more resources cannot be connected or allocated.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("32B06790-108D-4DB2-AC30-96E3D1D33377")>
    Public Enum ResourceFailureAction 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("32B06790-108D-4DB2-AC30-96E3D1D33377")]
    public enum ResourceFailureAction : System.Enum 
    [ComVisible(true)]
    [Guid("32B06790-108D-4DB2-AC30-96E3D1D33377")]
    public enum class ResourceFailureAction : public System.Enum 
    Members
    MemberValueDescription
    Fail1 The job fails.
    Run4 The job is run (the resource failure is ignored).
    WaitThenFail2 adTempus waits for the specified time, then fails the job if the resources still cannot be allocated.
    WaitThenRun3 adTempus waits for the specified time, then runs the job even if the resources still cannot be allocated.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.ResourceFailureAction

    See Also