adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProgramExecutionTask Class / WaitOptions Property


In This Topic
    WaitOptions Property
    In This Topic
    Specifies how adTempus should wait after the process is started
    Syntax
    'Declaration
     
    
    Public Property WaitOptions As WaitOptions
    public WaitOptions WaitOptions {get; set;}
    public:
    property WaitOptions WaitOptions {
       WaitOptions get();
       void set (    WaitOptions value);
    }
    Remarks
    The default is ArcanaDevelopment.adTempus.Shared.WaitOptions.NoWait. The other options are useful primarily if a subsequent action in the job needs to send a signal to the process, in which case it may be necessary to wait to ensure the process has finished initialization and is ready to receive messages.
    See Also