adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecuteJobResult Class / JobSubmitted Property


In This Topic
    JobSubmitted Property
    In This Topic
    Indicates whether the job was successfully submitted for execution.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobSubmitted As Boolean
    public bool JobSubmitted {get;}
    public:
    property bool JobSubmitted {
       bool get();
    }
    Remarks
    See the Messages collection for details if the job was not submitted.
    See Also