JAMS Developer Guide
Continuous Property (ProcessEmails)


MVPSI.JAMS.Activities Namespace > ProcessEmails Class : Continuous Property

When set to true, the activity will run continuously, even when there are no matching files. When there are no matches, the activity waits until a Email arrives. When set to false, the activity completes when there are no matching emails.

Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Configuration")>
Public Property Continuous As System.Boolean
'Usage
 
Dim instance As ProcessEmails
Dim value As System.Boolean
 
instance.Continuous = value
 
value = instance.Continuous
[System.ComponentModel.Category("Configuration")]
public System.bool Continuous {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProcessEmails Class
ProcessEmails Members