adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ApplicationIntegration Class / IsRunning Method


In This Topic
    IsRunning Method (ApplicationIntegration)
    In This Topic
    Indicates whether the job step is still active.
    Syntax
    'Declaration
     
    
    Public Function IsRunning() As Boolean
    public bool IsRunning()
    public:
    bool IsRunning(); 
    Remarks
    The ApplicationIntegration connection is only valid while the job step it is running under is active. If you attempt to perform any operations after the step ends, they will throw an InvalidOperationContextException exception. Use IsRunning to see if the context is still valid.
    See Also