JAMS Developer Guide
WaitAfterFailure Property (Submit)


MVPSI.JAMS.Activities Namespace > Submit Class : WaitAfterFailure Property
When true, if the submitted job fails, the FailureActivity is scheduled and then this activity waits for further instructions (Retry or Continue).
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("When true, the activity waits after a failure.")>
<System.ComponentModel.CategoryAttribute("JAMS")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property WaitAfterFailure As System.Boolean
'Usage
 
Dim instance As Submit
Dim value As System.Boolean
 
instance.WaitAfterFailure = value
 
value = instance.WaitAfterFailure
[System.ComponentModel.Description("When true, the activity waits after a failure.")]
[System.ComponentModel.Category("JAMS")]
[System.ComponentModel.DefaultValue()]
public System.bool WaitAfterFailure {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

Submit Class
Submit Members