adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobGroup Class / FailedJobs Property


In This Topic
    FailedJobs Property (JobGroup)
    In This Topic
    Gets the number of failed jobs for the group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FailedJobs As Nullable(Of Integer)
    public Nullable<int> FailedJobs {get;}
    public:
    property Nullable<int> FailedJobs {
       Nullable<int> get();
    }
    Remarks
    This value is only set if the group was fetched through GetJobTree.
    See Also